表格排序器增加关联表支持和字段映射

This commit is contained in:
孟帅
2023-08-14 16:25:47 +08:00
parent 122af88992
commit 2a1e0c811c
6 changed files with 293 additions and 15 deletions

View File

@@ -487,6 +487,7 @@ export const columns = [
render(row) {
return formatToDate(row.activityAt);
},
sorter: true,
},
];