This commit is contained in:
2024-06-27 10:51:17 +08:00
parent 9cf8b7f338
commit f03a16bc31

View File

@ -76,7 +76,7 @@
<div class="texts">
<div class="text" v-for="(item, index) in list.drugInfo" :key="index">
<el-popover placement="bottom" width="400" trigger="hover">
<el-descriptions title="用户信息" :column="2">
<el-descriptions :title="item.DRUGNAME" :column="2">
<el-descriptions-item label="用药频次">
{{ item.APPLYFREQUENCY ? item.APPLYFREQUENCY : '' }}
</el-descriptions-item>
@ -113,7 +113,6 @@
<span>
{{ item.CONSULTATIONDATE ? item.CONSULTATIONDATE : '' }}
</span>
<span>
{{ item.CONSULTATIONDEPARTMENT ? ' | ' + item.CONSULTATIONDEPARTMENT : '' }}
</span>