From 169cca41bc6ecd139f09ae87f19784f1dc119fca Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 13:17:08 +0800
Subject: [PATCH] 提交气柜管路产能规划页面查询与保存页面和接口联调

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

diff --git a/src/components/HxlhTable/index.vue b/src/components/HxlhTable/index.vue
index 7f2e9dd..dfe0172 100644
--- a/src/components/HxlhTable/index.vue
+++ b/src/components/HxlhTable/index.vue
@@ -32,6 +32,7 @@
       :tree-config="treeConfig"
       :row-style="rowStyle"
       :virtualYConfig="virtualYConfig"
+      :edit-config="editConfig"
       @sort-change="sortChange"
       @page-change="pagerChange"
       @form-submit="findList"
@@ -181,6 +182,12 @@
     default: () => {
       return {};
     },
+  },
+  editConfig:{
+    type: Object,
+    default: () => {
+      return {};
+    },
   }
 });
 

--
Gitblit v1.9.3