king
2022-03-02 023895591327d0c210eec054d2c1d7991cefd413
src/menu/components/table/edit-table/columns/editColumn/formconfig.jsx
@@ -170,6 +170,23 @@
        text: '是'
      }]
    },
    // {
    //   type: 'radio',
    //   key: 'editType',
    //   label: '编辑类型',
    //   initVal: card.editType || 'text',
    //   required: true,
    //   options: [{
    //     value: 'text',
    //     text: '文本'
    //   }, {
    //     value: 'select',
    //     text: '下拉'
    //   }, {
    //     value: 'switch',
    //     text: '开关'
    //   }]
    // },
    {
      type: 'radio',
      key: 'required',