소스 검색

修改病历条目为质控条目

zhangxc 5 년 전
부모
커밋
8bc130b731

+ 2 - 2
src/components/recordInput/AddRecordItem.vue

@@ -141,7 +141,7 @@
         ruleTypeList:[],
         caseLIst:[],
         hospitalModuleList:[], //医院数据模块列表
-        title:'病历条目-新增',
+        title:'质控条目-新增',
         form:{
           itemName:'',
           casesId:'',
@@ -173,7 +173,7 @@
       this.modifier = userLoginDTO && userLoginDTO.linkman
       this.ruleTypeList=ruleTypeList;
       if(isEdit){
-        this.title = '病历条目-修改'
+        this.title = '质控条目-修改'
         this.isEdit = isEdit
         this.id = data.id
         this.form.itemName = data.name

+ 1 - 1
src/components/recordInput/ManageItemBatch.vue

@@ -155,7 +155,7 @@
         sexType:[],
         bloodType:[],
         rhType:[],
-        title:'病历条目-批量管理',
+        title:'质控条目-批量管理',
         hospitalId:'',
         tableData:[],
         checkAllMap:{

+ 2 - 2
src/components/recordInput/RecordItemList.vue

@@ -1,6 +1,6 @@
 <template>
     <div>
-        <crumbs title="病历条目" style="min-width: 980px" class="recordItemTitle">
+        <crumbs title="质控条目" style="min-width: 980px" class="recordItemTitle">
             <el-form :inline="true" class="demo-form-inline">
                 <el-form-item label="条目名称:">
                    <el-input size="mini" v-model.trim="filter.itemName" placeholder="条目名称" clearable></el-input>
@@ -332,7 +332,7 @@
         const param = {
          id: row.id 
         };
-        const txt ='是否删除该病历条目?';
+        const txt ='是否删除该质控条目?';
         this.showConfirmDialog(txt,()=>{
           api.delRecordItem(param).then((res)=>{
             if(res.data.code=='0'){