From 71e2ef85380098bf7bf72abd5f378f5ad0490dcf Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 23 十二月 2025 15:53:14 +0800
Subject: [PATCH] 新增日志

---
 ui/admin-ui3/src/main.ts |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ui/admin-ui3/src/main.ts b/ui/admin-ui3/src/main.ts
index 1fe33ee..3d13802 100644
--- a/ui/admin-ui3/src/main.ts
+++ b/ui/admin-ui3/src/main.ts
@@ -28,14 +28,15 @@
 import FileUpload from "/src/components/FileUpload/index.vue";
 import basicContainer from '/src/components/basic-container/main.vue';
 import flowLog from './components/flowLog/index.vue';
-
+// 閫氱敤瀵煎叆缁勪欢
+import XlsFileImport from "@/components/XlsFileImport/index.vue"
 import SvgIcon from "/src/components/SvgIcon/index.vue";
 
 app.component("DictTag", DictTag);
 app.component('FileUpload', FileUpload);
 app.component('basicContainer', basicContainer)
+app.component('XlsFileImport', XlsFileImport);
 app.component('flowLog', flowLog)
-
 
 app.component('svg-icon', SvgIcon)
 
@@ -61,13 +62,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