|
@@ -8,7 +8,6 @@
|
8
|
8
|
:append-to-body="true"
|
9
|
9
|
>
|
10
|
10
|
<el-form ref="dialysisPrescription" :model="dialysisPrescription" label-width="148px">
|
11
|
|
- <!-- <el-row :gutter="20"> -->
|
12
|
11
|
<el-row :gutter="24">
|
13
|
12
|
<el-col :span="8" v-if="isShows('透析模式')">
|
14
|
13
|
<el-form-item label="透析模式">
|
|
@@ -85,14 +84,14 @@
|
85
|
84
|
</el-select>
|
86
|
85
|
</el-form-item>
|
87
|
86
|
</el-col>
|
88
|
|
- <!-- </el-row>
|
89
|
87
|
|
90
|
|
- <el-row :gutter="20"> -->
|
91
|
88
|
|
92
|
89
|
<el-col :span="8" v-if="anticoagulant.shouji != -1&&isShows('首剂')">
|
93
|
90
|
<el-form-item :label="'首剂('+anticoagulant.shouji_unit+') : '">
|
94
|
91
|
<el-input type="number" v-model="dialysisPrescription.anticoagulant_shouji"></el-input>
|
95
|
92
|
</el-form-item>
|
|
93
|
+
|
|
94
|
+
|
96
|
95
|
</el-col>
|
97
|
96
|
|
98
|
97
|
<el-col :span="8" v-if="anticoagulant.weichi != -1&&isShows('维持')">
|