zhangys36 2 jaren geleden
bovenliggende
commit
6158e31584

+ 10 - 10
src/views/dashboard-screen/screen/screen_Bd_Dl_Ycxx/bdColumns.js

@@ -12,14 +12,14 @@ function columns(vm) {
     {
       title: '发现时间',
       align: 'center',
-      dataIndex: 'fxsj',
-      key: 'fxsj'
+      dataIndex: 'foundDate',
+      key: 'foundDate'
     },
     {
       title: '线别',
       align: 'center',
-      dataIndex: 'xb',
-      key: 'xb'
+      dataIndex: 'lineName',
+      key: 'lineName'
     },
     {
       title: '所亭名称',
@@ -54,8 +54,8 @@ function columns(vm) {
     {
       title: '原因',
       align: 'center',
-      dataIndex: 'yy',
-      key: 'yy'
+      dataIndex: 'reason',
+      key: 'reason'
     },
     {
       title: '责任部门',
@@ -72,14 +72,14 @@ function columns(vm) {
     {
       title: '整改情况',
       align: 'center',
-      dataIndex: 'zgqk',
-      key: 'zgqk'
+      dataIndex: 'rectifyResult',
+      key: 'rectifyResult'
     },
     {
       title: '整改措施',
       align: 'center',
-      dataIndex: 'zgcs',
-      key: 'zgcs'
+      dataIndex: 'rectifyWay',
+      key: 'rectifyWay'
     }
   ]
   return cols

+ 6 - 6
src/views/dashboard-screen/screen/screen_Bd_Dl_Ycxx/dlColumns.js

@@ -24,14 +24,14 @@ function columns(vm) {
     {
       title: '线别',
       align: 'center',
-      dataIndex: 'xb',
-      key: 'xb'
+      dataIndex: 'lineName',
+      key: 'lineName'
     },
     {
       title: '发现日期',
       align: 'center',
-      dataIndex: 'fxrq',
-      key: 'fxrq'
+      dataIndex: 'foundDate',
+      key: 'foundDate'
     },
     {
       title: '缺陷内容',
@@ -54,8 +54,8 @@ function columns(vm) {
     {
       title: '严重性',
       align: 'center',
-      dataIndex: 'yyx',
-      key: 'yyx'
+      dataIndex: 'gravity',
+      key: 'gravity'
     },
     {
       title: '处理措施',