Browse Source

进一步评估显示出来

lhqzyy
lzp 2 months ago
parent
commit
41b87787f0
  1. 12
      web_client/src/views/history/index.vue

12
web_client/src/views/history/index.vue

@ -169,7 +169,7 @@
</span> </span>
</el-button> </el-button>
<!-- 进一步评估筛查且不是未完成 --> <!-- 进一步评估筛查且不是未完成 -->
<!-- <el-button <el-button
v-if=" v-if="
scope.row.version == '1982749703053381632' && scope.row.version == '1982749703053381632' &&
scope.row.completeStatus != 0 scope.row.completeStatus != 0
@ -181,10 +181,10 @@
</el-button> </el-button>
<el-button v-else type="text" size="small" :disabled="true"> <el-button v-else type="text" size="small" :disabled="true">
进一步评估 进一步评估
</el-button> -->
<el-button type="text" size="small" :disabled="true">
进一步评估
</el-button> </el-button>
<!-- <el-button type="text" size="small" :disabled="true">
进一步评估
</el-button> -->
<el-button <el-button
type="text" type="text"
size="small" size="small"
@ -423,11 +423,11 @@ export default {
this.setBodyArray(data.otherMsg.pmsPatientBody || []); this.setBodyArray(data.otherMsg.pmsPatientBody || []);
// //
this.setPastHistoryArray( this.setPastHistoryArray(
data.otherMsg.pmsPatientIllnessHistory || [] data.otherMsg.pmsPatientIllnessHistory || [],
); );
// //
this.setFamilyIllnessArray( this.setFamilyIllnessArray(
data.otherMsg.pmsPatientFamilyIllness || [] data.otherMsg.pmsPatientFamilyIllness || [],
); );
// //
this.setPersonalArray(data.otherMsg.pmsPatientPersonal || []); this.setPersonalArray(data.otherMsg.pmsPatientPersonal || []);

Loading…
Cancel
Save