Browse Source

退件状态operationType === 13允许处理事件

xiaowang-12345
mk 10 months ago
parent
commit
29422886f1
  1. 2
      src/views/HotlineDetail/index.vue

2
src/views/HotlineDetail/index.vue

@ -175,7 +175,7 @@
</div>
</div>
</div>
<div class="container1" v-if="tableData.operationType !== '11' && tableData.operationType !== '12' && tableData.operationType !== '13' ">
<div class="container1" v-if="tableData.operationType !== '11' && tableData.operationType !== '12'">
<van-button style="width: 40%; margin-right: 10%; background-color: #999999; color: #ffffff; border: none;" round type="info" @click="handleRefund()">退件</van-button>
<van-button style="width: 40%;" round type="info" @click="handlelist()">办理</van-button>
</div>

Loading…
Cancel
Save