2026.6.26 重点作业处罚
parent
b9845c7459
commit
e91637e744
|
|
@ -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(),
|
||||
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue