Skip to content

👑 [需求] BetaSchemaForm group valueType 怎么实现两列结构 #8872

Closed
@boringplay

Description

@boringplay

🔩 所属模块或组件

BetaSchemaForm

🥰 需求描述

想要实现一个分组下有两个分组,这两个分组是两列结构

{
  title: 'group',
  valueType: 'group',
  columns: [
    {
      title: 'a-group',
      valueType: 'group',
      columns: [
        // ...
      ],
    },
    {
      title: 'b-group',
      valueType: 'group',
      columns: [
        // ...
      ],
    },
  ],
},

⛰ 功能需求适用场景

🧐 解决方案

🚑 其他信息

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions