Form-create switch slot

9 min read

Form-create switch slot

{
    "type": "col",
    "props": { "span": 8 },
    "children": [{
      type:"switch",
      title:"是否聘用",
      field:"isPost",
      props: {
        "slot": {
          open:"是",
          close:"否",
        },
        activeValue:"1",
        inactiveValue:"0",
      },
    }],
  }],