king
2024-12-05 4a356e81b1a456f0cb16f61f548c46171c26c1b6
src/menu/components/table/edit-table/columns/editColumn/index.jsx
@@ -83,7 +83,7 @@
        } else if (this.record.editType === 'popSelect') {
          _options.push('required', 'enter', 'linkSubField', 'columns', 'dataSource', 'primaryKey', 'order', 'showField', 'controlField', 'searchKey', 'popWidth', 'laypage', 'cache', 'onload')
        } else if (this.record.editType === 'select') {
          _options.push('required', 'enter', 'resourceType', 'linkSubField', 'dropdown')
          _options.push('required', 'enter', 'resourceType', 'linkSubField', 'dropdown', 'showValue')
          if (this.record.resourceType === '0') {
            _options.push('options')