whj il y a 1 an
Parent
commit
132505c9d8
1 fichiers modifiés avec 33 ajouts et 0 suppressions
  1. 33 0
      src/views/sb/info/SbInfoC.vue

+ 33 - 0
src/views/sb/info/SbInfoC.vue

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