2026.6.26 重点作业处罚

master
xufei 2026-06-26 16:22:28 +08:00
parent b9845c7459
commit e91637e744
1 changed files with 17 additions and 17 deletions

View File

@ -267,30 +267,30 @@ class _KeyTasksConfirmDetailPageState extends State<KeyTasksConfirmDetailPage> {
),
),
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(),
],
),