ysy 1 سال پیش
والد
کامیت
63a3f448d4
2فایلهای تغییر یافته به همراه18 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/inspectionClassify/components/qualityItem.vue
  2. 16 0
      src/views/inspectionProject/index.vue

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

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

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

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