From e91637e7441595706ab757e74517d74ee0fb1843 Mon Sep 17 00:00:00 2001 From: xufei <727302827@qq.com> Date: Fri, 26 Jun 2026 16:22:28 +0800 Subject: [PATCH] =?UTF-8?q?2026.6.26=20=E9=87=8D=E7=82=B9=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E5=A4=84=E7=BD=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../key_tasks_confirm_detail_page.dart | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/lib/pages/home/keyTasks/keyTasksDetail/key_tasks_confirm_detail_page.dart b/lib/pages/home/keyTasks/keyTasksDetail/key_tasks_confirm_detail_page.dart index 8d6bfe1..82023d7 100644 --- a/lib/pages/home/keyTasks/keyTasksDetail/key_tasks_confirm_detail_page.dart +++ b/lib/pages/home/keyTasks/keyTasksDetail/key_tasks_confirm_detail_page.dart @@ -267,30 +267,30 @@ class _KeyTasksConfirmDetailPageState extends State { ), ), - CustomButton( - text: '添加', - height: 30, - padding: const EdgeInsets.symmetric(vertical: 2, horizontal: 10), - textStyle: TextStyle( - color: Colors.white, - fontSize: 11, - fontWeight: FontWeight.bold, - ), - backgroundColor: Colors.blue, - onPressed: () { - _getVisitPortArea(); - }, - ), + // CustomButton( + // text: '添加', + // height: 30, + // padding: const EdgeInsets.symmetric(vertical: 2, horizontal: 10), + // textStyle: TextStyle( + // color: Colors.white, + // fontSize: 11, + // fontWeight: FontWeight.bold, + // ), + // backgroundColor: Colors.blue, + // onPressed: () { + // _getVisitPortArea(); + // }, + // ), ], ), ), - if(widget.type==1) + // if(widget.type==1) _buildOtherHiddenTable(), - if(widget.type==2) - _buildOtherHiddenTableTwo(), + // if(widget.type==2) + // _buildOtherHiddenTableTwo(), ], ),