|
@@ -485,52 +485,52 @@ export default {
|
|
width: 150,
|
|
width: 150,
|
|
checked: true
|
|
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: 'updateUserName',
|
|
|
|
- width: 100,
|
|
|
|
- checked: true
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- title: '操作内容',
|
|
|
|
- dataIndex: 'operatorContent',
|
|
|
|
- width: 100,
|
|
|
|
- checked: true
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- title: '异常处理描述',
|
|
|
|
- dataIndex: 'exceptionDescription',
|
|
|
|
- width: 100,
|
|
|
|
- checked: true
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- title: '文件查看',
|
|
|
|
- checked: true,
|
|
|
|
- dataIndex: 'sbMeasureLogCredential',
|
|
|
|
- width: 120,
|
|
|
|
- scopedSlots: { customRender: 'sbMeasureLogCredential' }
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- title: '操作时间',
|
|
|
|
- dataIndex: 'operatorTime',
|
|
|
|
- width: 100,
|
|
|
|
- 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: 'updateUserName',
|
|
|
|
+ // width: 100,
|
|
|
|
+ // checked: true
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // title: '操作内容',
|
|
|
|
+ // dataIndex: 'operatorContent',
|
|
|
|
+ // width: 100,
|
|
|
|
+ // checked: true
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // title: '异常处理描述',
|
|
|
|
+ // dataIndex: 'exceptionDescription',
|
|
|
|
+ // width: 100,
|
|
|
|
+ // checked: true
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // title: '文件查看',
|
|
|
|
+ // checked: true,
|
|
|
|
+ // dataIndex: 'sbMeasureLogCredential',
|
|
|
|
+ // width: 120,
|
|
|
|
+ // scopedSlots: { customRender: 'sbMeasureLogCredential' }
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // title: '操作时间',
|
|
|
|
+ // dataIndex: 'operatorTime',
|
|
|
|
+ // width: 100,
|
|
|
|
+ // checked: true
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
title: '厂牌',
|
|
title: '厂牌',
|
|
dataIndex: 'producerId',
|
|
dataIndex: 'producerId',
|