From ab701df859cd79ae036f8cc86268137d2c8da8ee Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 22 Feb 2024 18:00:56 +0800
Subject: [PATCH] 消防自查导出、消防自查和场所检查增加场所类别字段

---
 src/views/system/user.vue |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/views/system/user.vue b/src/views/system/user.vue
index 1bb04d1..787c39a 100644
--- a/src/views/system/user.vue
+++ b/src/views/system/user.vue
@@ -109,7 +109,7 @@
         </el-col>
     </el-row>
 </template>
-   
+
 <script>
 import {
     getList,
@@ -244,6 +244,7 @@
                     label: "登录账号",
                     prop: "account",
                     search: true,
+                    searchLabelWidth: 76,
                     display: false
                 },
                 // {
@@ -476,13 +477,15 @@
                             label: "所属部门",
                             prop: "deptId",
                             type: "tree",
-                            // multiple: true,
+                            multiple: true,
+                            leafOnly: false,
                             dicData: [],
-                            dataType: "string",
+                            // dataType: "string",
                             props: {
-                                label: "title"
+                                label: "title",
+                                value: "id"
                             },
-                            // checkStrictly: true,
+                            checkStrictly: true,
                             slot: true,
                             span: 12,
                             rules: [{
@@ -992,7 +995,7 @@
     }
 }
 </script>
-   
+
 <style>
 .box {
     height: 800px;
@@ -1005,4 +1008,4 @@
 .box .el-scrollbar__wrap {
     overflow: scroll;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3