无人机管理后台前端(已迁走)
张含笑
2025-11-22 5a897a3dbd3b03fee2045d121ff9334ecc9446fd
feat:已完成显示导出
1 files modified
4 ■■■ changed files
src/views/tickets/ticket.vue 4 ●●● patch | view | raw | blame | history
src/views/tickets/ticket.vue
@@ -224,7 +224,7 @@
                <el-button type="text" icon="el-icon-view" @click="handleViewDetail(row)">详情</el-button>
              </template>
              
              <template v-if="row.status === 4 && activeTab === 'completed'">
              <template v-if="row.status === 4 ">
                <el-button type="text" icon="el-icon-download" @click="exportTheTick(row)">导出</el-button>
              </template>
              
@@ -982,6 +982,8 @@
}
// 详情
async function handleViewDetail(row) {
console.log('row',row);
  currentIndex.value = tableData.value.findIndex(item => item.id === row.id)
  workType.value = row.work_type !== undefined ? Number(row.work_type) : 0
  const detailData = {