吉安感知网项目-前端
chenyao
2026-08-04 8e5b09b1349a4001b5d0a5986c7fa9f90a5efbf6
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>