|
@@ -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,
|