From fa0fc3195858a592d2ad1bdad0fa6126602ebf55 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 07 Jun 2024 14:17:10 +0800
Subject: [PATCH] 路径配置修改

---
 src/views/tool/datasource.vue |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/views/tool/datasource.vue b/src/views/tool/datasource.vue
index 75b1d8d..f78319e 100644
--- a/src/views/tool/datasource.vue
+++ b/src/views/tool/datasource.vue
@@ -14,7 +14,7 @@
 </template>
 
 <script>
-import { getList, getDetail, add, update, remove } from "@/api/tool/datasource"
+import { getList, getDetail, add, update, remove } from "@/ssoapi/tool/datasource"
 import { mapGetters } from "vuex"
 
 export default {
@@ -30,18 +30,21 @@
             },
             selectionList: [],
             option: {
+                labelWidth: 96,
+                searchLabelWidth: 96,
+                searchShow: true,
+                searchMenuSpan: 3,
+                menuWidth: 210,
+
                 height: 'auto',
                 calcHeight: 30,
                 dialogWidth: 900,
                 tip: false,
-                searchShow: true,
-                searchMenuSpan: 6,
                 border: true,
                 index: true,
                 viewBtn: true,
                 selection: true,
                 dialogClickModal: false,
-                menuWidth: 280,
                 column: [
                     {
                         label: "名称",

--
Gitblit v1.9.3