刷新
This commit is contained in:
@@ -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>
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user