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( // CustomButton(
text: '添加', // text: '添加',
height: 30, // height: 30,
padding: const EdgeInsets.symmetric(vertical: 2, horizontal: 10), // padding: const EdgeInsets.symmetric(vertical: 2, horizontal: 10),
textStyle: TextStyle( // textStyle: TextStyle(
color: Colors.white, // color: Colors.white,
fontSize: 11, // fontSize: 11,
fontWeight: FontWeight.bold, // fontWeight: FontWeight.bold,
), // ),
backgroundColor: Colors.blue, // backgroundColor: Colors.blue,
onPressed: () { // onPressed: () {
_getVisitPortArea(); // _getVisitPortArea();
}, // },
), // ),
], ],
), ),
), ),
if(widget.type==1) // if(widget.type==1)
_buildOtherHiddenTable(), _buildOtherHiddenTable(),
if(widget.type==2) // if(widget.type==2)
_buildOtherHiddenTableTwo(), // _buildOtherHiddenTableTwo(),
], ],
), ),