|
@@ -271,7 +271,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="list_right" v-if="!item.list">
|
|
|
- <div class="list_right">
|
|
|
+ <div class="list_right" style="position: relative;">
|
|
|
<div class="right_l">
|
|
|
<div class="list_item_title">
|
|
|
{{ item.name }}
|
|
@@ -288,6 +288,9 @@
|
|
|
item.status === 1 ? "启用中" : "未启用"
|
|
|
}}</span>
|
|
|
</div>
|
|
|
+ <el-tooltip class="item" effect="dark" :content="tipGe" placement="top">
|
|
|
+ <img :src="require('@/images/tip.png')" v-if="item.code==='general'" class="tipImg">
|
|
|
+ </el-tooltip>
|
|
|
</div>
|
|
|
<div v-if="item.number" style="position: relative;" class="pr-10">
|
|
|
<span style="margin-right: 8px">默认显示个数</span>
|
|
@@ -304,7 +307,7 @@
|
|
|
<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="item.code==='diag'?tipZn:tipQt" placement="top">
|
|
|
+ <el-tooltip class="item" effect="dark" :content="item.code==='diag'?tipZn:item.code==='treatment'?tipZy: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>
|
|
@@ -315,6 +318,7 @@
|
|
|
class="list_right list_right1"
|
|
|
v-for="child in item.list"
|
|
|
:key="child.id"
|
|
|
+ style="position: relative;"
|
|
|
>
|
|
|
<div class="right_l">
|
|
|
<div class="list_item_title">
|
|
@@ -351,6 +355,9 @@
|
|
|
<el-option label="6" :value="6"></el-option>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
+ <el-tooltip class="item" effect="dark" :content="tipSc" placement="top">
|
|
|
+ <img :src="require('@/images/tip.png')" v-if="child.code=='maygeneral'||child.code=='maymedicine'||child.code=='mayoperation'||child.code=='maynurse'||child.code=='hasgeneral'||child.code=='hasmedicine'||child.code=='hasoperation'||child.code=='hasnurse'" class="tipImg">
|
|
|
+ </el-tooltip>
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
@@ -394,8 +401,11 @@
|
|
|
}
|
|
|
};
|
|
|
return {
|
|
|
- tipZn:'智能诊断模块内的可能诊断、鉴别诊断、既往诊断也取该数量。',
|
|
|
- tipQt:'此数量对横版不生效',
|
|
|
+ tipZn:'智能诊断模块内的可能诊断、鉴别诊断、既往诊断取该数量。',//病历书写规范提示
|
|
|
+ tipQt:'只控制竖版数量,横版默认展示3行',//智能诊断
|
|
|
+ tipZy:'只控制竖版数量,横版数量默认展示1个',//中药处方推荐
|
|
|
+ tipGe:'横版、竖版数量都默认展示两行',//一般治疗
|
|
|
+ tipSc:'竖版、横版数量都默认全量展示',//二级的提示
|
|
|
upActive: null,
|
|
|
downActive: null,
|
|
|
isEdit: false,
|