|
@@ -42,7 +42,7 @@
|
|
|
label="质控类型">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
- label="操作" width="100">
|
|
|
+ label="操作" width="150">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" size="small" @click="toEditField(scope.row, 'modify')">修改</el-button>
|
|
|
<span style="margin:0 3px;">|</span>
|
|
@@ -211,7 +211,7 @@
|
|
|
}).catch(() => {});
|
|
|
},
|
|
|
showDelDialog(id){
|
|
|
- this.showConfirmDialog('是否删除该字段映射?',()=>{
|
|
|
+ this.showConfirmDialog('是否删除该质控类型?',()=>{
|
|
|
api.delQcType({ids:[id]}).then((res)=>{
|
|
|
if(res.data.code=='0'){
|
|
|
this.warning(res.data.msg||'操作成功','success');
|