ysy 1 год назад
Родитель
Сommit
63a3f448d4

+ 2 - 1
src/views/inspectionClassify/components/qualityItem.vue

@@ -165,7 +165,8 @@
 
     watch: {},
     methods: {
-      open() {
+      open(categoryId) {
+        this.categoryId = categoryId;
         this.visible = true;
       },
 

+ 16 - 0
src/views/inspectionProject/index.vue

@@ -57,6 +57,14 @@
           {{ getDictValue('质检标准类型', row.type) }}
         </template>
 
+
+        <template v-slot:toolList="{ row }">
+             55
+        </template>
+
+
+        
+
         <!-- 操作列 -->
         <template v-slot:action="{ row }">
           <el-link
@@ -182,6 +190,14 @@ import dictMixins from '@/mixins/dictMixins'
             minWidth: 110
           },
 
+          {
+            prop: 'toolList',
+            slot: 'toolList',
+            label: '设备名称',
+            align: 'center',
+            minWidth: 110
+          },
+
           {
             label: '状态',
             prop: 'status',