无人机管理后台前端(已迁走)
张含笑
2025-09-06 3cd1cac48d8cd8aa29e2e81c5e9796f322b01dd4
feat:添加 pxToRemNum
1 files modified
2 ■■■ changed files
src/views/resource/components/spotDetails.vue 2 ●●● patch | view | raw | blame | history
src/views/resource/components/spotDetails.vue
@@ -75,7 +75,7 @@
                </template>
              </el-table-column>
              <el-table-column prop="dkbh" align="center" label="图斑名称" show-overflow-tooltip />
              <el-table-column prop="is_exception" align="center" label="图斑状态">
              <el-table-column prop="is_exception" :width="pxToRemNum(50)" align="center" label="图斑状态">
                <template #default="scope">
                  <span>{{ scope.row.is_exception === 2 ? '异常' : '正常' }}</span>
                </template>