mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
amis-saas-7740 补充更多的构建逻辑
Change-Id: Ic53da701435f66a7aa41b96c02dd4c1832fc1385
This commit is contained in:
parent
815e44413b
commit
80ae23eab1
@ -626,7 +626,7 @@ export class TablePlugin extends BasePlugin {
|
||||
item => item.isRegion && item.region === 'columns'
|
||||
);
|
||||
|
||||
for (let current of columns.children) {
|
||||
for (let current of columns?.children) {
|
||||
const schema = current.schema;
|
||||
if (schema.name) {
|
||||
itemsSchema.properties[schema.name] = current.info?.plugin
|
||||
|
Loading…
Reference in New Issue
Block a user