From a7e3f9bafb5887f1d8948b666adf8f0c7168713a Mon Sep 17 00:00:00 2001
From: dy <dingyang@lnfxkj.tech>
Date: 星期三, 09 四月 2025 15:24:25 +0800
Subject: [PATCH] 零件计划管理页面提交

---
 src/components/HxlhTable/index.vue |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/components/HxlhTable/index.vue b/src/components/HxlhTable/index.vue
index b7ce6c7..eb4d866 100644
--- a/src/components/HxlhTable/index.vue
+++ b/src/components/HxlhTable/index.vue
@@ -137,7 +137,6 @@
 
 const tableForm = ref([]);
 
-const height = ref(document.documentElement.clientHeight - 120 + "px;")
 // const url = computed(() => props.src)
 const emit = defineEmits();
 
@@ -198,25 +197,23 @@
   if (!props.page) {
     return;
   }
-  console.log(props.page.total);
   return {
     total: props.page.total,
     currentPage: props.page.current,
     pageSize: props.page.size,
     align: 'left',
     pageSizes: [10, 20, 50, 100, 500],
-    layouts: ['PrevJump', 'PrevPage', 'Number', 'NextPage', 'NextJump', 'Sizes', 'FullJump', 'Total']
+    layouts: ['PrevJump', 'PrevPage', 'Number', 'NextPage', 'NextJump', 'Sizes', 'FullJump', 'Total'],
+    perfect: true
   };
 });
-
-console.log(tablePage);
 
 // 瀹氫箟 footData 璁$畻灞炴��
 const footData = computed(() => props.mxTableFootData);
 
 </script>
 
-<style lang="scss">
+<style lang="less">
   .hxlh-table .vxe-toolbar .vxe-tools--operate {
     margin-top: -23px;
   }

--
Gitblit v1.9.3