|
@@ -496,7 +496,42 @@ export default {
|
|
|
width: 120,
|
|
|
checked: true
|
|
|
},
|
|
|
-
|
|
|
+ {
|
|
|
+ title: '设备识别码',
|
|
|
+ dataIndex: 'identifyNo',
|
|
|
+ width: 120,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '使用证号',
|
|
|
+ dataIndex: 'useNo',
|
|
|
+ width: 120,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '设备代号',
|
|
|
+ dataIndex: 'sbCode',
|
|
|
+ width: 120,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '安装单位',
|
|
|
+ dataIndex: 'installUnit',
|
|
|
+ width: 120,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '检验结论',
|
|
|
+ dataIndex: 'examResult',
|
|
|
+ width: 120,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '单位内部使用地点',
|
|
|
+ dataIndex: 'usePosition',
|
|
|
+ width: 120,
|
|
|
+ checked: true
|
|
|
+ },
|
|
|
/* {
|
|
|
title: '是否显示',
|
|
|
dataIndex: 'isShow',
|