whj преди 1 година
родител
ревизия
fe4486af34
променени са 1 файла, в които са добавени 36 реда и са изтрити 1 реда
  1. 36 1
      src/views/sb/info/SbInfo.vue

+ 36 - 1
src/views/sb/info/SbInfo.vue

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