|
@@ -491,6 +491,12 @@ export default {
|
|
|
width: 100,
|
|
|
checked: true
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '处理人员',
|
|
|
+ dataIndex: 'updateUserName',
|
|
|
+ width: 100,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
{
|
|
|
title: '操作内容',
|
|
|
dataIndex: 'operatorContent',
|
|
@@ -498,7 +504,7 @@ export default {
|
|
|
checked: true
|
|
|
},
|
|
|
{
|
|
|
- title: '异常描述',
|
|
|
+ title: '异常处理描述',
|
|
|
dataIndex: 'exceptionDescription',
|
|
|
width: 100,
|
|
|
checked: true
|