Browse Source

修改电子病历智能诊断

xiezhiming 3 years ago
parent
commit
7fa9f00b18
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/components/cdssManage/plan/AddPlan.vue

+ 4 - 2
src/components/cdssManage/plan/AddPlan.vue

@@ -302,8 +302,8 @@
                               <el-option label="5" :value="5"></el-option>
                               <el-option label="6" :value="6"></el-option>
                             </el-select>
-							<el-tooltip class="item" effect="dark" content="此数量对横版不生效" placement="top">
-							     <img :src="require('@/images/tip.png')" v-if="item.code==='casewriting'||item.code==='treatment'" class="tipImg">
+							<el-tooltip class="item" effect="dark" :content="item.code==='diag'?tipZn:tipQt" placement="top">
+							     <img :src="require('@/images/tip.png')" v-if="item.code==='casewriting'||item.code==='treatment'||item.code==='diag'" class="tipImg">
 							</el-tooltip>
                           </div>
                       </div>
@@ -393,6 +393,8 @@ export default {
       }
     };
     return {
+	  tipZn:'智能诊断模块内的可能诊断、鉴别诊断、既往诊断也取该数量。',
+	  tipQt:'此数量对横版不生效',
 	  objOne:{},
       upActive: null,
       downActive: null,