mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:59:17 +08:00
amis-saas-7476 table2字段调整
Change-Id: I20cd6c63447a08785ae5de1d3477033a0a98871d
This commit is contained in:
parent
4089b275e1
commit
f569f22c0a
@ -519,7 +519,7 @@ class APIBuilder extends DSBuilder {
|
||||
return fields.map((field: any) => ({
|
||||
type: field.type,
|
||||
title: field.label,
|
||||
key: field.name,
|
||||
name: field.name,
|
||||
[field.typeKey || 'value']: '${' + field.name + '}'
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user