Browse Source

fix: BsUi-组件逻辑修改

hanxiaohui 6 months ago
parent
commit
52cece0403
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/BsUi/Table/Table.vue

+ 1 - 0
src/components/BsUi/Table/Table.vue

@@ -120,6 +120,7 @@
   const props = defineProps(['gridOptions', 'searchConfig', 'pagerConfig', 'toolbarConfig', 'getGridRef', 'mounted', 'toolbarTopConfig', 'url']);
 
   const isFixed = get(props.pagerConfig, 'isFixed', true);
+  const isShowPager = get(props.pagerConfig, 'enable', false);
 
   const $slots = useSlots();