king
2023-10-19 20c83dab04d53d60b5fcd08aad3d5d9fbfb4fa5c
src/menu/components/table/edit-table/columns/editColumn/index.jsx
@@ -71,6 +71,8 @@
        if (this.record.editType === 'switch') {
          _options.push('enter', 'openVal', 'closeVal', 'openText', 'closeText', 'editField')
        } else if (this.record.editType === 'date') {
          _options.push('required', 'precision', 'enter', 'declareType')
        } else if (this.record.editType === 'select') {
          _options.push('required', 'enter', 'resourceType', 'linkSubField', 'editField', 'dropdown')