优化:营养配餐页面,新增病患按钮,切换科室后,下来病患列表采用自定义显示,增加床号信息。
This commit is contained in:
parent
3028d74ac9
commit
e8c7cecdce
@ -242,7 +242,10 @@
|
||||
:key="item.patientId"
|
||||
:label="item.name"
|
||||
:value="item.patientId"
|
||||
></el-option>
|
||||
>
|
||||
<span style="float: left">{{ item.name }}</span>
|
||||
<span style="float: right; color: #8492a6; font-size: 13px; margin-right:16px">{{ item.bedId }}</span>
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="床号" prop="bedId">
|
||||
|
Loading…
x
Reference in New Issue
Block a user