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()), );