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

Loading…
Cancel
Save