king
2024-02-21 7a5bf942d07a38d720b3bc50b42b3b5be8f866b1
src/menu/components/table/edit-table/options.jsx
@@ -221,6 +221,17 @@
      options: columns
    },
    {
      type: 'number',
      field: 'maxPageSize',
      label: '每页最大数',
      initval: wrap.maxPageSize || '',
      tooltip: '分页时每页可显示的最大数量。',
      min: 10,
      max: 500,
      precision: 0,
      required: false
    },
    {
      type: 'multiselect',
      field: 'blacklist',
      label: '黑名单',