@@ -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>
+
</ele-pro-table>
</div>
@@ -196,11 +184,7 @@
label: '备注',
prop: 'inspectionRemark'
},
- {
- label: '操作',
- slot: 'action',
- showOverflowTooltip: true
- }
]
};
@@ -39,10 +39,9 @@
<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>
@@ -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>
@@ -92,13 +92,8 @@
});
- handDel2(idx, index) {
- this.list[idx].qualityStandard.parameterStandards.splice(index, 1);
- getDate() {
- return this.list;