@@ -30,6 +30,7 @@
v-if="dataPub.region2 == 4"
:pool="dataPub.tagPool"
:type="dataPub.region1"
+ :isSymp="dataPub.region12"
:sexType="dataPub.region7"
:options="editData.questionMapping"
@changeActionData="changeActionData"
@@ -54,7 +54,7 @@
</li>
</ul>
</div>
- <div class="buttonBox" v-if="type == 1">
+ <div class="buttonBox" v-if="type == 1 && isSymp == 0">
<div class="mainButton">
<el-button type="primary" @click="mainSymptom">跟主症状</el-button>
@@ -79,6 +79,10 @@ export default {
default: '',
type: String
},
+ isSymp: {
+ default: '',
+ type: String
+ },
sexType: {