From e27410aca7eb65b11fec83adb39643399bf3a6b4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 16 Mar 2024 15:23:18 +0800
Subject: [PATCH] 演示分支,系统名称更改

---
 src/views/article/rotation.vue |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/src/views/article/rotation.vue b/src/views/article/rotation.vue
index 5093bba..98fa60f 100644
--- a/src/views/article/rotation.vue
+++ b/src/views/article/rotation.vue
@@ -69,15 +69,20 @@
                         span: 12,
                         searchSpan: 4,
                         search: true,
+                        cascader: ["communityCode"],
                         type: "select",
                         dicData: [
                             {
                                 label: "系统",
-                                value: "1"
+                                value: 3
                             },
                             {
-                                label: "社区",
-                                value: "2"
+                                label: "公安",
+                                value: 1
+                            },
+                            {
+                                label: "综治",
+                                value: 2
                             }
                         ]
                     },
@@ -86,14 +91,14 @@
                         labelWidth:100,
                         overHidden: true,
                         label: "所属社区",
-                        parent: false,
+                        // parent: false,
                         prop: "communityCode",
-                        searchSpan: 4,
-                        searchLabelWidth: 96,
-                        search: true,
-                        searchType: 'input',
+                        multiple: true,
+                        tags: true,
+                        hide:true,
+                        dateType:"string",
                         type: "tree",
-                        dicUrl: "/api/blade-system/region/tree",
+                        dicUrl: "/api/blade-system/region/tree?deptNature={{type}}",
                         props: {
                             label: "name",
                             value: "id"
@@ -129,6 +134,7 @@
                     },
                     {
                         width: 144,
+                        labelWidth:100,
                         label: "时间",
                         prop: "createTime",
                         addDisplay: false,

--
Gitblit v1.9.3