From b19682565389cf50f9172eab44c454ee5fee0bab Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 02 Feb 2024 17:56:03 +0800
Subject: [PATCH] 1

---
 src/views/publicSecurity/ninePlaceManage/archivesManage.vue         |   10 ----------
 src/views/publicSecurity/ninePlaceManage/situationRectification.vue |   25 -------------------------
 2 files changed, 0 insertions(+), 35 deletions(-)

diff --git a/src/views/publicSecurity/ninePlaceManage/archivesManage.vue b/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
index 2f676bf..b9a9fb9 100644
--- a/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
+++ b/src/views/publicSecurity/ninePlaceManage/archivesManage.vue
@@ -76,15 +76,6 @@
                     label: "场所地址",
                     prop: "location",
                     align: 'center',
-                }, {
-                    label: "场所类别",
-                    prop: "nineType",
-                    align: 'center',
-                    dicUrl: "/api/blade-system/dict-biz/tree?code=nineType",
-                    props: {
-                        label: "title",
-                        value: "key",
-                    }
                 },
                 {
                     label: "场所类别",
@@ -96,7 +87,6 @@
                         value: "key",
                     },
                     type: 'select',
-                    hide: true,
                     search: true,
                     searchSpan: 4,
                     searchLabelWidth: 96
diff --git a/src/views/publicSecurity/ninePlaceManage/situationRectification.vue b/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
index f1020bc..fdd7165 100644
--- a/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
+++ b/src/views/publicSecurity/ninePlaceManage/situationRectification.vue
@@ -69,17 +69,7 @@
                         label: "title",
                         value: "key",
                     },
-                }, {
-                    label: "场所类别",
-                    prop: "nineType",
-                    align: 'center',
-                    dicUrl: "/api/blade-system/dict-biz/tree?code=nineType",
-                    props: {
-                        label: "title",
-                        value: "key",
-                    },
                     type: 'select',
-                    hide: true,
                     search: true,
                     searchSpan: 4,
                     searchLabelWidth: 96,
@@ -101,20 +91,6 @@
                             value: 2,
                         }
                     ]
-                }, {
-                    label: "是否整改完毕",
-                    prop: "rectificationFlag",
-                    align: 'center',
-                    dicData: [
-                        {
-                            label: "否",
-                            value: 1,
-                        },
-                        {
-                            label: "是",
-                            value: 2,
-                        }
-                    ],
                 },
                 {
                     label: "是否整改完毕",
@@ -131,7 +107,6 @@
                         }
                     ],
                     type: 'select',
-                    hide: true,
                     search: true,
                     searchSpan: 4,
                     searchLabelWidth: 124,

--
Gitblit v1.9.3