|
@@ -118,7 +118,7 @@
|
118
|
118
|
</div>
|
119
|
119
|
<div class="lineHeight">治疗方案:</div>
|
120
|
120
|
<div class="lineHeight">
|
121
|
|
- <div class="widthLength25">病情:{{ prescription.illness ? prescription.illness : '' }}</div>
|
|
121
|
+ <div class="widthLength25">病情:<span v-for="item in illnessList" v-if="prescription.illness == item.id">{{ item.name }}</span></div>
|
122
|
122
|
<div class="widthLength25">治疗模式:
|
123
|
123
|
<span v-if="prescription.mode_id == 1">HD</span>
|
124
|
124
|
<span v-if="prescription.mode_id == 2">HDF</span>
|
|
@@ -1499,6 +1499,7 @@ export default {
|
1499
|
1499
|
// this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
|
1500
|
1500
|
this.complicationList = getDataConfig('hemodialysis','complication')
|
1501
|
1501
|
this.bloodPressureMmonitoringSite = getDataConfig('hemodialysis','blood_pressure_monitoring_site');
|
|
1502
|
+ this.illnessList = getDataConfig('hemodialysis', 'illness')
|
1502
|
1503
|
|
1503
|
1504
|
var bloodAccessParOpera = getDataConfig(
|
1504
|
1505
|
"hemodialysis",
|