king
2025-01-24 e1cee96b38805bcccf48e7bcb9d296f2bc54c720
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')
@@ -461,6 +461,7 @@
          extra = <span className="add-resource-empty" onClick={this.handleEmpty}>空</span>
        }
        if (item.placeholder) {
          className = 'show-public-var'
          extra = <><span className="resource-public-var">{item.placeholder}</span>{extra}</>
        }
@@ -701,7 +702,7 @@
          title="显示列编辑"
          wrapClassName="mk-scroll-modal"
          visible={visible}
          width={900}
          width={950}
          maskClosable={false}
          onOk={this.handleSubmit}
          onCancel={this.editModalCancel}