king
2023-04-06 68a65838dd44b02cb1b3666a4383232af413b558
src/menu/components/table/base-table/options.jsx
@@ -32,8 +32,8 @@
    {
      type: 'radio',
      field: 'actionfixed',
      label: '按钮固定',
      initval: wrap.actionfixed || 'false',
      label: '固定按钮',
      initval: wrap.actionfixed !== 'true' ? 'false' : 'true',
      required: false,
      options: [
        {value: 'true', label: '是'},
@@ -41,6 +41,17 @@
      ]
    },
    {
      type: 'checkbox',
      field: 'colfixed',
      label: '固定列',
      initval: wrap.colfixed || [],
      required: false,
      options: [
        {value: 'first', label: '首列'},
        {value: 'last', label: '尾列'},
      ]
    },
    {
      type: 'radio',
      field: 'size',
      label: '表格大小',