无人机管理后台前端(已迁走)
罗广辉
2025-07-16 33e9a474b8c3cdc5ad6c22fc119a7a53cab0e5ae
src/views/dataCenter/dataCenter.vue
@@ -71,9 +71,9 @@
          </el-table-column>
          <el-table-column prop="jobTime" label="任务时间" />
          <el-table-column property="photoType" label="文件类别">
            <template #default="scope">
            <template #default="scope">
              <span>{{
                photoTypeMap[scope.row.photoType] ? photoTypeMap[scope.row.photoType] : 'tif'
                photoTypeMap[scope.row.photoType] ? photoTypeMap[scope.row.photoType] : '--'
              }}</span>
            </template>
          </el-table-column>
@@ -188,7 +188,7 @@
              文件类型:{{
                photoTypeMap[dialogDetailList?.photoType]
                  ? photoTypeMap[dialogDetailList?.photoType]
                  : 'tif'
                  : '--'
              }}
            </div>
            <div>