957 Star 5.1K Fork 1.6K

GVPsmallwei / Avue

 / 详情

子表单深结构不起作用

已完成
创建于  
2024-05-09 15:32

column: [
{
label: '',
prop: 'num',
labelWidth: 1,
span: 24
}, {

                            type: 'dynamic',
                            label: '',
                            labelWidth: 1,
                            span: 24,
                            children: {
                                align: 'center',
                                headerAlign: 'center',
                                index: true,
                                addBtn: true,
                                delBtn: true,

                                column: [
                                    {
                                        prop: "token_code",
                                        value: this.form.token_code,
                                        hide: true
                                    },
                                    {
                                        type: 'input',
                                        label: '英文',
                                        prop: 'en',
                                        bind: "role_names.en"
                                    },
                                    {
                                        type: 'input',
                                        label: '中文简体',
                                        prop: 'zh_cn',
                                        bind: "role_names.zh_cn"
                                    },
                                    {
                                        type: 'input',
                                        label: '中文繁体',
                                        prop: 'zh_tw',
                                        // bind: "role_names.zh_tw"

                                    },
                                    {
                                        type: 'number',
                                        label: '占比(%)',
                                        prop: 'percent',
                                        controls: false,
                                        min: 0.01,
                                        max: 100,
                                        precision: 2
                                    },
                                    {
                                        type: 'number',
                                        label: '数量',
                                        prop: 'quantity',
                                        controls: false,
                                    },
                                ]
                            },
                            prop: 'profile_allocate'
                        }
                    ]

评论 (1)

liliang1 创建了任务
liliang1 修改了标题
liliang1 修改了描述
展开全部操作日志

子表单不支持

smallwei 任务状态待办的 修改为已完成

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(2)
632261 smallweigit 1588214431
JavaScript
1
https://gitee.com/smallweigit/avue.git
git@gitee.com:smallweigit/avue.git
smallweigit
avue
Avue

搜索帮助