无人机管理后台前端(已迁走)
张含笑
2025-07-04 1a0e1ff751ecc3d01cd5fa04ed47f2fb26d1bd07
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>