alibaba / alist

Alibaba Group Unified List Solution.

Home Page:https://alist.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

多级表单&表格定义demo

daimazai opened this issue · comments

能否提供更复杂点的demo, 多级字段
const formData = { name: 'aaa', ports: [ // 列表 {port: 8080, targetPort: 9090}, {port: 9090, targetPort: 9091}, ], livenessProbe: { exec: [{command: '/bin/sh'}], // exec与http只会出现一个 http: [{port: 9090}], }, img: '' // 异步获取 }

image

noform 是否支持rc form里面的嵌套属性?

@daimazai 今天早上看到了,不过被打断了,稍等给出个DEMO哈