bug
This commit is contained in:
@@ -113,11 +113,8 @@
|
||||
|
||||
<div class="doIt" @click="doItShow = true">我来受理</div>
|
||||
</div>
|
||||
<!-- v-if="data.eventStatus == 0" -->
|
||||
|
||||
<div class="endDoIt" v-if="data.eventStatus == 1" @click="toContent(3)">我已办结</div>
|
||||
|
||||
<!-- <div class="endDoIt" v-if="data.eventStatus == 3">我已办结</div> -->
|
||||
</div>
|
||||
|
||||
<u-modal v-model="doItShow" :mask-close-able="true" z-index="99" content="确定受理该事件?" :show-cancel-button="true" @confirm="doThings"></u-modal>
|
||||
|
||||
Reference in New Issue
Block a user