amis-saas-7740 补充更多的构建逻辑

Change-Id: Ic53da701435f66a7aa41b96c02dd4c1832fc1385
This commit is contained in:
2betop 2022-12-21 19:06:25 +08:00
parent 815e44413b
commit 80ae23eab1

View File

@ -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