修改
This commit is contained in:
parent
9cf8b7f338
commit
f03a16bc31
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user