瀏覽代碼

4286,4288

zhouna 5 年之前
父節點
當前提交
eb11778373
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/qualityControl/QCTypeMang.vue

+ 2 - 2
src/components/qualityControl/QCTypeMang.vue

@@ -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');