From e3e17a37d85f50bace525ed019ee0cd8d39143eb Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期四, 08 五月 2025 18:19:23 +0800
Subject: [PATCH] 钣金工单计划管理

---
 src/components/HxlhTable/index.vue |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/components/HxlhTable/index.vue b/src/components/HxlhTable/index.vue
index 6ecc5ea..8d2a643 100644
--- a/src/components/HxlhTable/index.vue
+++ b/src/components/HxlhTable/index.vue
@@ -178,18 +178,18 @@
       return {};
     },
   },
-  virtualYConfig:{
+  virtualYConfig: {
     type: Object,
     default: () => {
       return {};
     },
   },
-  editConfig:{
+  editConfig: {
     type: Object,
     default: () => {
       return {};
     },
-  }
+  },
 });
 
 const tableForm = ref([]);
@@ -227,22 +227,22 @@
   // 杩斿洖 Vuex 涓殑 hxlhTableFootData 鐘舵��
   //   return useStore.state.hxlhTableFootData;
 }
-function scrollBoundaryEvent ({ direction }) {
+function scrollBoundaryEvent({ direction }) {
   switch (direction) {
-    case 'top':
-      console.log('瑙﹀彂椤堕儴闃堝�艰寖鍥�')
-      break
-    case 'bottom':
-      console.log('瑙﹀彂搴曢儴闃堝�艰寖鍥�')
+    case "top":
+      console.log("瑙﹀彂椤堕儴闃堝�艰寖鍥�");
+      break;
+    case "bottom":
+      console.log("瑙﹀彂搴曢儴闃堝�艰寖鍥�");
       // this.loadList(20)
-      emit('bottomAutoLoadMore')
-      break
-    case 'left':
-      console.log('瑙﹀彂宸︿晶闃堝�艰寖鍥�')
-      break
-    case 'right':
-      console.log('瑙﹀彂鍙充晶闃堝�艰寖鍥�')
-      break
+      emit("bottomAutoLoadMore");
+      break;
+    case "left":
+      console.log("瑙﹀彂宸︿晶闃堝�艰寖鍥�");
+      break;
+    case "right":
+      console.log("瑙﹀彂鍙充晶闃堝�艰寖鍥�");
+      break;
   }
 }
 function handleSum(list, field) {

--
Gitblit v1.9.3