功能变化: 修复部分bug

This commit is contained in:
猿小天
2024-01-01 14:47:53 +08:00
parent 577b88332f
commit 8961733025
10 changed files with 123 additions and 131 deletions

View File

@@ -151,6 +151,10 @@ export const createCrudOptions = function ({
placeholder: '输入权限标识',
},
},
valueBuilder(context){
const {row,key} = context
return row[key]
}
},
sort: {
title: '排序',