From 5e2aafeede13d337380f736567caf74f49713be7 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Fri, 09 Aug 2024 14:38:32 +0800
Subject: [PATCH] 代码优化

---
 src/views/district/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/district/index.vue b/src/views/district/index.vue
index 4bce92b..18632c6 100644
--- a/src/views/district/index.vue
+++ b/src/views/district/index.vue
@@ -32,7 +32,7 @@
             datetime: "",
             selectionList: [],
             option: {
-                labelWidth: 120,
+                labelWidth: 96,
                 searchLabelWidth: 96,
                 searchShow: true,
                 searchMenuSpan: 3,
@@ -56,6 +56,7 @@
                         prop: "name",
                         searchSpan: 4,
                         search: true,
+                        searchLabelWidth: 76,
                         span: 12,
                         rules: [
                             {
@@ -89,7 +90,7 @@
                         searchSpan: 4,
                         searchType: 'input',
                         type: "tree",
-                        dicUrl: "/api/blade-system/region/tree",
+                        dicUrl: "/api/blade-system/region/treeToCommunity",
                         props: {
                             label: "name",
                             value: "id"

--
Gitblit v1.9.3