移交人员按钮

This commit is contained in:
liuye
2022-10-18 10:37:17 +08:00
parent 83e0a2c7f9
commit 68d011213a

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.haveHomeQuarantineBtn == 1" @click="toChangeUser">移交人员</div>
<div class="footer" v-if="info.handleType != 0 && info.haveHomeQuarantineBtn == 1" @click="toChangeUser">移交人员</div>
</div>
</template>