|
@@ -72,6 +72,12 @@
|
72
|
72
|
<el-input v-model="receiveTreatmentAsses.admission_number"></el-input>
|
73
|
73
|
</el-form-item>
|
74
|
74
|
|
|
75
|
+ <el-form-item
|
|
76
|
+ label="诊断:" v-if="isShow('诊断') && this.receiveTreatmentAsses.condition == '1'"
|
|
77
|
+ >
|
|
78
|
+ <el-input v-model="receiveTreatmentAsses.diacrisis"></el-input>
|
|
79
|
+ </el-form-item>
|
|
80
|
+
|
75
|
81
|
<el-form-item label="体位 : " v-if="isShow('体位')">
|
76
|
82
|
<el-radio
|
77
|
83
|
v-for="(item, index) in posture_arr"
|
|
@@ -274,7 +280,8 @@ export default {
|
274
|
280
|
psychological_other: "",
|
275
|
281
|
precaution: "",
|
276
|
282
|
precaution_other: "",
|
277
|
|
- admission_number: ""
|
|
283
|
+ admission_number: "",
|
|
284
|
+ diacrisis:""
|
278
|
285
|
},
|
279
|
286
|
precautionTwo: []
|
280
|
287
|
};
|