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

+ 2 - 18
src/views/material/BOMmanage/qualityTesting/inspectionClassify/components/user-list.vue

@@ -68,19 +68,7 @@
         >
       </template>
 
-      <template v-slot:action="{ row }">
-        <el-popconfirm
-          class="ele-action"
-          title="确定要删除此质检项吗?"
-          @confirm="remove(row)"
-        >
-          <template v-slot:reference>
-            <el-link type="danger" :underline="false" icon="el-icon-delete">
-              删除
-            </el-link>
-          </template>
-        </el-popconfirm>
-      </template>
+
     </ele-pro-table>
   </div>
 </template>
@@ -196,11 +184,7 @@
             label: '备注',
             prop: 'inspectionRemark'
           },
-          {
-            label: '操作',
-            slot: 'action',
-            showOverflowTooltip: true
-          }
+ 
         ]
       };
     },

+ 5 - 7
src/views/material/BOMmanage/qualityTesting/inspectionClassify/index.vue

@@ -39,10 +39,9 @@
     </div>
 
     <div slot="footer">
-        <el-button type="primary" @click="handleSave"> 选择 </el-button>
-        <el-button @click="handleClose"> 取消 </el-button>
-      </div>
-
+      <el-button type="primary" @click="handleSave"> 选择 </el-button>
+      <el-button @click="handleClose"> 取消 </el-button>
+    </div>
   </el-dialog>
 </template>
 
@@ -95,7 +94,7 @@
       },
 
       handleClose() {
-        this.selectList  = []
+        this.selectList = [];
         this.visible = false;
       },
 
@@ -103,10 +102,9 @@
         this.selectList = list;
       },
 
-
       handleSave() {
         console.log(this.selectList, 666);
-      },
+      }
     }
   };
 </script>

+ 1 - 6
src/views/material/BOMmanage/qualityTesting/term.vue

@@ -92,13 +92,8 @@
         });
       },
 
-      handDel2(idx, index) {
-        this.list[idx].qualityStandard.parameterStandards.splice(index, 1);
-      },
 
-      getDate() {
-        return this.list;
-      }
+  
     }
   };
 </script>