diff --git a/.gitignore b/.gitignore index 5b79b90..11b80bc 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ app.*.map.json /android/app/profile /android/app/release /android/key.properties +/android/app/build.gradle.kts diff --git a/lib/pages/home/tap/tabList/special_wrok/gc_work/highwork_list_page.dart b/lib/pages/home/tap/tabList/special_wrok/gc_work/highwork_list_page.dart index cd704ad..04c2940 100644 --- a/lib/pages/home/tap/tabList/special_wrok/gc_work/highwork_list_page.dart +++ b/lib/pages/home/tap/tabList/special_wrok/gc_work/highwork_list_page.dart @@ -364,17 +364,19 @@ class _HighworkListPageState extends State { Text("所在单位负责人: ${item['LEADER_USER_NAME'] ?? ''}"), ], ), - const SizedBox(height: 8), - Row( - mainAxisAlignment: MainAxisAlignment.spaceBetween, - children: [ - Text("作业负责人: ${item['CONFIRM_USER_NAME'] ?? ''}"), - Text("动火点负责人: ${item['LEADER_USER_NAME'] ?? ''}"), - ], - ), + // const SizedBox(height: 8), + // Row( + // mainAxisAlignment: MainAxisAlignment.spaceBetween, + // children: [ + // Text("作业负责人: ${item['CONFIRM_USER_NAME'] ?? ''}"), + // Text("动火点负责人: ${item['LEADER_USER_NAME'] ?? ''}"), + // ], + // ), const SizedBox(height: 8), if (item['AUDIT_USER_NAME'] != null) Text("安全管理部门负责人: ${item['AUDIT_USER_NAME'] ?? ''}"), + if (item['APPROVE_USER_NAME'] != null) + Text("安全管理部门负责人: ${item['APPROVE_USER_NAME'] ?? ''}"), const SizedBox(height: 8), Row( mainAxisAlignment: MainAxisAlignment.spaceBetween,