移交人员按钮

This commit is contained in:
liuye
2022-10-18 11:49:48 +08:00
parent 71604041c4
commit 1c98646531

View File

@@ -222,7 +222,7 @@
<div class="line-bg" style="padding-bottom: 56px;"></div>
<div class="footer" v-if="info.handleType == 0" @click="toContent">风险处置</div>
<div class="footer" v-if="info.handleType == 3 && info.haveHomeQuarantineBtn" @click="toChangeUser">移交人员</div>
<div class="footer" v-if="info.haveOnlyTransferBtn" @click="toChangeUser">移交人员</div>
</div>
</template>