|
|
|
@ -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 || []); |
|
|
|
|