From 1e2e31c3b3fe3460763b941a2341ff03ce3eb705 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期四, 18 十二月 2025 09:46:21 +0800
Subject: [PATCH] 新增费用接口

---
 ui/admin-ui3/src/main.ts |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ui/admin-ui3/src/main.ts b/ui/admin-ui3/src/main.ts
index 1fe33ee..9cac24d 100644
--- a/ui/admin-ui3/src/main.ts
+++ b/ui/admin-ui3/src/main.ts
@@ -61,13 +61,19 @@
         viewBtn: true,
         selection: true,
         searchSpan: 5,
+        height: 600,
         props: {
             label: 'dictLabel',
             value: 'dictValue'
         },
         searchMenuSpan: 4,
 
+    },
+    formOption:{
+        props: {
+            label: 'dictLabel',
+            value: 'dictValue'
+        },
     }
-
 })
 app.mount('#app')

--
Gitblit v1.8.0