Browse Source

4286,4288

zhouna 5 năm trước cách đây
mục cha
commit
eb11778373
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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');