Browse Source

修复子表组件

yjf_v3
超级管理员 2 years ago
parent
commit
4d95882131
  1. 10
      src/components/DesignForm/assembly/index.ts

10
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:{},

Loading…
Cancel
Save