diff --git a/src/components/DesignForm/assembly/index.ts b/src/components/DesignForm/assembly/index.ts index e0fc94ffe..1b366821f 100644 --- a/src/components/DesignForm/assembly/index.ts +++ b/src/components/DesignForm/assembly/index.ts @@ -404,12 +404,16 @@ const selectOption: any = [ { type: 'table', label: '子表', - icon: 'component', + icon: 'table', iconFont: 'fa-table', + list: [], + tableData: [], // 子表表格列表数据集合 control: { - modelValue: '' + border: true + }, + config: { + addBtnText: '添加一行' }, - config: {}, styles:{ divStyle:{}, labelStyle:{},