卡口登记
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<span class="tips">*</span>处置意见
|
||||
</div>
|
||||
</div>
|
||||
<div class="type-select" v-if="haveHomeQuarantineBtn">
|
||||
<div class="type-select" v-if="haveHomeQuarantineBtn == 1">
|
||||
<div class="type-item" :class="form.handleType == index ? 'active' : ''" v-for="(item, index) in handlerTypeList" :key="index" @click="handleTypeClick(index)" v-if="index > 0">{{item.dictName}}</div>
|
||||
</div>
|
||||
<div class="type-select" v-else>
|
||||
@@ -177,7 +177,7 @@ export default {
|
||||
showDictSelect: false,
|
||||
selectDictName: '',
|
||||
selectFormName: '',
|
||||
haveHomeQuarantineBtn: true
|
||||
haveHomeQuarantineBtn: 1, //0隐藏居家 1不隐藏
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user