|
|
@@ -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
|