无人机管理后台前端(已迁走)
chenyao
2025-07-18 640c0fd0f09b4d435e13c12a47c0b3cc16fce2c8
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>