king
2021-09-14 6c44bc79e5edc338b44fdc469220ddf0e3fc4028
src/menu/components/table/normal-table/options.jsx
@@ -154,6 +154,18 @@
    },
    {
      type: 'number',
      field: 'height',
      label: '高度',
      initval: wrap.height || '',
      tooltip: '表格高度,空值时高度自适应。',
      min: 10,
      max: 3000,
      precision: 0,
      required: false,
      forbid: appType === 'mob'
    },
    {
      type: 'number',
      field: 'advanceWidth',
      label: '高级搜索',
      initval: wrap.advanceWidth || 1000,