From 5c11e8e607ba9a40f5c3e5ebd4ba14a53eae2226 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 21 May 2024 19:25:28 +0800
Subject: [PATCH] 代码优化

---
 src/views/publicSecurity/campusExclusion.vue |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/publicSecurity/campusExclusion.vue b/src/views/publicSecurity/campusExclusion.vue
index 38324a3..a968f25 100644
--- a/src/views/publicSecurity/campusExclusion.vue
+++ b/src/views/publicSecurity/campusExclusion.vue
@@ -224,7 +224,7 @@
             }, {
               width: 110,
               span: 12,
-              label: "场所名称",
+              label: "校园名称",
               prop: "placeName",
               searchSpan: 4,
               searchLabelWidth: 100,
@@ -232,16 +232,16 @@
               align: 'center',
               labelWidth: 110,
             },
-            {
-              label: "类型",
-              prop: "type",
-              align: 'center',
-              dicUrl: "/api/blade-system/dict-biz/tree?code=xyaqyw",
-              props: {
-                label: "title",
-                value: "key",
-              },
-            },
+            // {
+            //   label: "类型",
+            //   prop: "type",
+            //   align: 'center',
+            //   dicUrl: "/api/blade-system/dict-biz/tree?code=xyaqyw",
+            //   props: {
+            //     label: "title",
+            //     value: "key",
+            //   },
+            // },
             {
               width: 120,
               span: 12,

--
Gitblit v1.9.3