优化配方名称框、剂量单位框、脚注框
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
/>
|
/>
|
||||||
</el-select>
|
</el-select>
|
||||||
<span class="doctor-station"> 配方名称: </span>
|
<span class="doctor-station"> 配方名称: </span>
|
||||||
<el-input v-model="formulaName" placeholder=" " style="width: 70px" />
|
<el-input v-model="formulaName" placeholder=" " style="width: 100px" />
|
||||||
<span class="doctor-station"> 用药途径: </span>
|
<span class="doctor-station"> 用药途径: </span>
|
||||||
<el-select v-model="methodCode" placeholder="费用性质" style="width: 120px">
|
<el-select v-model="methodCode" placeholder="费用性质" style="width: 120px">
|
||||||
<el-option
|
<el-option
|
||||||
@@ -200,7 +200,7 @@
|
|||||||
<!-- 剂量单位 -->
|
<!-- 剂量单位 -->
|
||||||
<el-select
|
<el-select
|
||||||
v-model="scope.row.minUnitCode"
|
v-model="scope.row.minUnitCode"
|
||||||
style="width: 70px; margin-right: 20px"
|
style="width: 80px; margin-right: 20px"
|
||||||
placeholder=" "
|
placeholder=" "
|
||||||
>
|
>
|
||||||
<template v-for="item in scope.row.unitCodeList" :key="item.value">
|
<template v-for="item in scope.row.unitCodeList" :key="item.value">
|
||||||
@@ -221,6 +221,7 @@
|
|||||||
filterable
|
filterable
|
||||||
allow-create
|
allow-create
|
||||||
default-first-option
|
default-first-option
|
||||||
|
style="width: 120px; margin-right: 20px"
|
||||||
placeholder="">
|
placeholder="">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="dict in hjerbal_footnotes"
|
v-for="dict in hjerbal_footnotes"
|
||||||
|
|||||||
Reference in New Issue
Block a user