957 Star 5.1K Fork 1.6K

GVPsmallwei / Avue

 / 详情

BUG 2.12.1 avue-crud 分组中使用子表格时,type类型未定义 组件无法显示

已完成
创建于  
2024-05-08 10:04
暂无描述。

评论 (3)

原罪 创建了任务

发代码

    group: [
        {
            icon: 'el-icon-info',
            label: '工伤人员',
            prop: 'worker',
            column: [{
                labelWidth: 0,
                span: 24,
                type: 'dynamic',
                prop: 'accidentWorker',
                children: {
                    column: [{
                        label: '主键',
                        prop: 'id',
                        hide: true,
                    }, {
                        label: "受伤程度",
                        prop: 'injurySeverity',
                        component: 'e-dict-select-tag',
                        params: {
                            dictCode: 'injurySeverity'
                        },
                        rules: [{ required: true, message: '请选择受伤程度', tigger: 'blur' }]
                    }, {
                        label: "受伤部位",
                        prop: 'injuryPart',
                        component: 'e-dict-select-tag',
                        params: {
                            dictCode: 'injuryPart'
                        },
                    },{
                        label: '工伤人',
                        prop: 'injuryUser',
                        rules: [{ required: true, message: '请输入工伤人姓名', tigger: 'blur' }]
                    }, {
                        label: "性别",
                        prop: 'sex',
                        component: 'e-dict-select-tag',
                        params: {
                            dictCode: 'sex'
                        },
                    }, {
                        label: "是否外来人员",
                        prop: 'ifOut',
                        component: 'e-dict-select-tag',
                        params: {
                            dictCode: 'yn'
                        },
                    }, {
                        label: "部门",
                        prop: 'departCode',
                    }, {
                        label: "是否特种岗位",
                        prop: 'ifSpecial',
                        component: 'e-dict-select-tag',
                        params: {
                            dictCode: 'yn'
                        },
                    }, {
                        label: "是否取证",
                        prop: 'ifCertificates',
                        component: 'e-dict-select-tag',
                        params: {
                            dictCode: 'yn'
                        },
                    }]
                }
            }]
        }]
smallwei 任务状态待办的 修改为进行中
smallwei 里程碑设置为v2.12.2

2.12.2+修复

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

搜索帮助