This commit is contained in:
sjl
2025-01-13 21:26:12 +08:00
parent 1f3024eb91
commit edea30a406
2 changed files with 26 additions and 0 deletions

View File

@@ -471,6 +471,7 @@ const columns = reactive<ColumnProps<Device.ResPqDev>[]>([
render: (scope) => {
// 查找设备类型名称
const name = devTypeOptions.value.find(option => option.id === scope.row.devType);
console.log('表格')
return <span>{name?.name}</span>
},
},