吉安感知网项目-前端
张含笑
2026-01-28 9adbf2a68537af2e4b8b03c3e1815c8ed8ea5c6c
feat:调整按钮
1 files modified
13 ■■■■ changed files
uniapps/work-app/src/subPackages/workDetail/index.vue 13 ●●●● patch | view | raw | blame | history
uniapps/work-app/src/subPackages/workDetail/index.vue
@@ -65,10 +65,13 @@
      </div>
    </div>
    <!-- 操作按钮 -->
    <div class="actionButton">
      <div class="btngroups">
    <div class="actionButton" >
      <div class="btngroups" v-if="workDetailData.eventStatus !== 3">
        <up-button type="primary"  color="#AEAEAE" text="退回" @click="rejectTicket"></up-button>
        <up-button type="primary" color="#1D6FE9" text="确认" @click="confirmTheTicket"></up-button>
      </div>
      <div class="btngroups" v-if="workDetailData.eventStatus === 3">
        <up-button type="primary" color="#1D6FE9" text="已确认" ></up-button>
      </div>
    </div>
    <!-- 分享弹出层 -->
@@ -119,8 +122,6 @@
  const res = await getGddetailedData(params)
  const response = res.data.data
  workDetailData.value = response
  console.log('详情', workDetailData.value)
}
// 图片预览
const previewImage = index => {
@@ -162,7 +163,7 @@
    })
    setTimeout(() => {
      uni.navigateBack()
    }, 1500)
    })
  })
}
@@ -177,7 +178,7 @@
    })
    setTimeout(() => {
      uni.navigateBack()
    }, 1500)
    })
  })
}
// 分享模态框状态