Эх сурвалжийг харах

fix: BsUi-组件逻辑修改

hanxiaohui 4 сар өмнө
parent
commit
a03d1c297b

+ 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();