Explorar el Código

[Mod 0000] 表格字段修改

houzekong hace 3 semanas
padre
commit
e0775ea56d

+ 7 - 7
src/views/dashboard/basicInfo/closedStatistics/closed.data.ts

@@ -22,25 +22,25 @@ export const dataColumns: BasicColumn[] = [
     width: 100,
   },
   {
-    title: '长期停建(失联)',
+    title: '长期停建无法联系矿井',
     dataIndex: 'mbStatusNum1',
     align: 'center',
     width: 100,
   },
   {
-    title: '长期停建',
+    title: '长期停建矿井',
     dataIndex: 'mbStatusNum2',
     align: 'center',
     width: 100,
   },
   {
-    title: '长期停产',
+    title: '长期停产矿井',
     dataIndex: 'mbStatusNum3',
     align: 'center',
     width: 100,
   },
   {
-    title: '停产整改',
+    title: '停产整改矿井',
     dataIndex: 'mbStatusNum4',
     align: 'center',
     width: 100,
@@ -52,13 +52,13 @@ export const dataColumns: BasicColumn[] = [
     width: 100,
   },
   {
-    title: '正常建设',
+    title: '正常建设煤矿',
     dataIndex: 'mbStatusNum6',
     align: 'center',
     width: 100,
   },
   {
-    title: '责令停产',
+    title: '责令停产整顿',
     dataIndex: 'mbStatusNum7',
     align: 'center',
     width: 100,
@@ -82,7 +82,7 @@ export const dataColumns: BasicColumn[] = [
     width: 100,
   },
   {
-    title: '正在关闭',
+    title: '正在实施关闭矿井',
     dataIndex: 'mbStatusNum11',
     align: 'center',
     width: 100,

+ 1 - 0
src/views/dashboard/basicInfo/problemReport/index.vue

@@ -103,6 +103,7 @@
             :sync-to-store="false"
             :init-from-store="false"
             :change-on-select="false"
+            :allow-clear="false"
             @change="changeCascader"
           />
         </template>