瀏覽代碼

优化质检报告详情显示,新增类型字段并调整表格列配置

yusheng 4 月之前
父節點
當前提交
f26d4d7861
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/views/inspectionWork/mixins/detailMixins.js

+ 7 - 1
src/views/inspectionWork/mixins/detailMixins.js

@@ -153,7 +153,13 @@ export default {
         {
           prop: 'groupName',
           label: '接收人部门'
-        }
+        },
+        
+        {
+          prop: 'qualityType',
+          label: '类型'
+        },
+        
       ],
       disposeTypeMap: {
         1: '返工',