whj 1 year ago
parent
commit
96e9f6b0cd
1 changed files with 9 additions and 0 deletions
  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',