吉安感知网项目-前端
罗广辉
2026-06-11 e0c9ab104703cd46812e3aada91c6779bdb8245c
applications/task-work-order/src/views/orderView/orderManage/orderManage/outcomeData.vue
@@ -23,7 +23,7 @@
        </el-select>
      </el-form-item>
      <el-form-item label="附件类型" prop="attachmentType">
      <el-form-item label="成果类型" prop="attachmentType">
        <el-select
          class="gd-select"
            popper-class="gd-select-popper"
@@ -72,6 +72,12 @@
            </template>
          </el-table-column>
          <el-table-column prop="patrolTaskName" show-overflow-tooltip label="巡查任务名称" />
          <el-table-column label="成果类型">
            <template v-slot="{ row }">
              {{ getAttachmentTypeLabel(row.attachmentType) }}
            </template>
          </el-table-column>
          <el-table-column prop="shootTime" show-overflow-tooltip label="拍摄时间" />
          <el-table-column label="操作" class-name="operation-btns" width="120">
            <template v-slot="{ row }">
@@ -141,6 +147,11 @@
   { label: 'AI文件', value: 2 },
   { label: '主视频', value: 3 },
]
function getAttachmentTypeLabel(attachmentType) {
   return attachmentTypeOptions.find(item => item.value === Number(attachmentType))?.label || ''
}
// 导出加载状态
const exportLoading = ref(false)
// 获取巡查任务列表