网格长 管理员

This commit is contained in:
shijingjing
2022-03-26 17:09:51 +08:00
parent 7751405e6c
commit b0ccb0432d
2 changed files with 3 additions and 2 deletions

View File

@@ -124,7 +124,7 @@
<div style="height: 56px"></div>
<div class="btn" @click="toResult" v-if="(checkType == 0 || checkType == 1) && tabIndex==0 ">
<div class="btn" @click="toResult" v-if="(checkType == 1 || checkType == 2) && tabIndex==0 ">
<span v-if="data.status==0 || data.status==1">走访核实</span>
<span v-else>处理结果</span>
</div>