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