吉安感知网项目-前端
chenyao
13 hours ago 8e5b09b1349a4001b5d0a5986c7fa9f90a5efbf6
feat:待确认改成确认
1 files modified
2 ■■■ changed files
uniapps/work-app/src/subPackages/workDetail/index.vue 2 ●●● patch | view | raw | blame | history
uniapps/work-app/src/subPackages/workDetail/index.vue
@@ -91,7 +91,7 @@
            <div class="actionButton">
                <div class="btngroups" v-if="workDetailData.eventStatus === 0">
                    <up-button type="primary" color="#AEAEAE" text="退回" @click="rejectTicket"></up-button>
                    <up-button type="primary" color="#1D6FE9" text="待确认" @click="confirmTheTicket"></up-button>
                    <up-button type="primary" color="#1D6FE9" text="确认" @click="confirmTheTicket"></up-button>
                </div>
                <div class="btngroups" v-if="workDetailData.eventStatus === 1">
                    <up-button type="primary" color="#1D6FE9" text="处置记录" @click="handlelogs"></up-button>