| | |
| | | {{ getDictLabel(row.technicalStrength, dictObj.technicalStrength) }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="skilledUavType" show-overflow-tooltip label="擅长机型" /> |
| | | <el-table-column prop="skilledUavType" show-overflow-tooltip label="擅长机型"> |
| | | <template v-slot="{ row }"> |
| | | {{ getDictLabel(row.skilledUavType, dictObj.skilledUavType) }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="skilledTaskType" show-overflow-tooltip label="擅长任务类型"> |
| | | <template v-slot="{ row }"> |
| | | {{ getDictLabel(row.skilledTaskType, dictObj.skilledTaskType) }} |