From bae69e2caa28a108cc469c07caf01775714e997a Mon Sep 17 00:00:00 2001 From: datang Date: Mon, 13 Jun 2022 11:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BA=8B=E6=8A=A5=E4=BF=AElist?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/function_and_service/work_order/work_order_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/function_and_service/work_order/work_order_page.dart b/lib/ui/function_and_service/work_order/work_order_page.dart index 811f99ef..d25e0a77 100644 --- a/lib/ui/function_and_service/work_order/work_order_page.dart +++ b/lib/ui/function_and_service/work_order/work_order_page.dart @@ -69,7 +69,7 @@ class _WorkOrderPageState extends State children: _tabs .mapIndexed((e, index) => WorkOrderView( refreshController: _refreshControllers[index], - index: index, + index: index==1?index:index+1, )) .toList()), );