无人机管理后台前端(已迁走)
chenyao
2025-09-15 fb93d63d984a98d10e186c9507547b8e65d6bd38
src/views/dataCenter/dataCenter.vue
@@ -145,7 +145,7 @@
              <span>{{ resultTypeMap[row?.resultType] }}</span>
            </template>
          </el-table-column>
          <el-table-column label="操作" width="200" align="center">
          <el-table-column label="操作" width="240" align="center">
            <template #default="scope">
              <el-button icon="el-icon-view" type="text" @click="lookDetail(scope.row)"
                >查看</el-button
@@ -164,6 +164,8 @@
              >
                <img :src="positionicon" class="custom-icon" />定位</el-button
              >
              <el-button type="text" @click="handleStart"><el-icon><Star /></el-icon>收藏</el-button>
              <el-button type="text" @click="handleShare"><el-icon><Share /></el-icon>分享</el-button>
            </template>
          </el-table-column>
        </el-table>