|
@@ -476,6 +476,39 @@ export default {
|
|
|
width: 150,
|
|
|
checked: true
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '操作类型',
|
|
|
+ dataIndex: 'operatorType',
|
|
|
+ width: 100,
|
|
|
+ checked: true,
|
|
|
+ customRender: (text, record, index) => {
|
|
|
+ return this.BaseTool.Object.getField(this.otherTypeMap, text)
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '操作人',
|
|
|
+ dataIndex: 'operator',
|
|
|
+ width: 100,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '操作内容',
|
|
|
+ dataIndex: 'operatorContent',
|
|
|
+ width: 100,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '异常描述',
|
|
|
+ dataIndex: 'exceptionDescription',
|
|
|
+ width: 100,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '操作时间',
|
|
|
+ dataIndex: 'operatorTime',
|
|
|
+ width: 100,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
{
|
|
|
title: '厂牌',
|
|
|
dataIndex: 'producerId',
|