sql修改提交

This commit is contained in:
ray
2026-04-28 17:06:32 +08:00
parent e981b2aa95
commit 5ead561b94
5 changed files with 127 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ export const datasets = {
name: 'customers',
url: `${config.baseUrl}/#/detail/my_customer/~/customer/list`,
heading: '我的客户',
pageSize: 100,
pageSize: 20,
uniqueKey: (record) => record.accountId || record.loginName || record.__hash,
normalize: (record) => {
const loginAndUid = record['登录名称/账号ID'] || '';