whj 2 年之前
父节点
当前提交
96e9f6b0cd
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/views/report/sparepartinfo/SparePartInfo.vue

+ 9 - 0
src/views/report/sparepartinfo/SparePartInfo.vue

@@ -260,6 +260,15 @@ export default {
             return this.BaseTool.Object.getField(this.levelMap, text)
           }
         },
+        {
+          title: '用途',
+          checked: true,
+          width: '150px',
+          dataIndex: 'yt',
+          customRender: (text, record, index) => {
+            return this.BaseTool.Object.getField(this.ytMap, text)
+          }
+        },
         {
           title: '备注',
           width: '150px',