| | |
| | | <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 |
| | |
| | | > |
| | | <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> |