From bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 31 三月 2025 17:47:14 +0800
Subject: [PATCH] 11

---
 src/views/system/user/index.vue |   47 ++++++++++++++++++++++++++++++++---------------
 1 files changed, 32 insertions(+), 15 deletions(-)

diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 4a60aca..96a17da 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -13,7 +13,7 @@
             style="margin-bottom: 15px"
           />
         </div>
-        <div class="head-container">
+        <!-- <div class="head-container">
           <el-tree
             :data="deptOptions"
             :props="defaultProps"
@@ -26,6 +26,21 @@
             highlight-current
             @node-click="handleNodeClick"
           />
+        </div> -->
+        <div class="scrollable-container">
+          <div class="content">
+            <el-tree
+              :data="deptOptions"
+              :props="defaultProps"
+              :expand-on-click-node="false"
+              :filter-node-method="filterNode"
+              ref="tree"
+              node-key="id"
+              :default-expanded-keys="treeId"
+              highlight-current
+              @node-click="handleNodeClick"
+            />
+          </div>
         </div>
       </el-col>
 
@@ -359,7 +374,7 @@
                   icon="el-icon-d-arrow-right"
                   title="鏇村"
                 ></el-button>
-                <el-dropdown-menu slot="dropdown">
+                <el-dropdown-menu slot="dropdown" :append-to-body="true">
                   <el-dropdown-item
                     command="handleResetPwd"
                     icon="el-icon-key"
@@ -372,15 +387,6 @@
                     v-hasPermi="['system:user:edit']"
                     >鍒嗛厤瑙掕壊</el-dropdown-item
                   >
-                  <!-- 娣诲姞鐢ㄦ埛璇︽儏鎸夐挳 鐐瑰嚮璺冲嚭璇ョ敤鎴风殑璇︾粏淇℃伅椤甸潰 -->
-                  <!-- <el-button
-                    size="mini"
-                    type="text"
-                    icon="el-icon-share"
-                    @click="handleSearch(scope.row)"
-                    v-hasPermi="['hosp:Userinfo:list']"
-                    >璇︾粏淇℃伅</el-button
-                  > -->
                 </el-dropdown-menu>
               </el-dropdown>
             </template>
@@ -531,7 +537,7 @@
 
           <el-form-item label="鎵�鍦ㄥ尰闄�" prop="hospId">
             <el-select
-            v-if="hospList.length > 0" 
+              v-if="hospList.length > 0"
               v-model="form.hospId"
               placeholder="璇烽�夋嫨鎵�鍦ㄥ尰闄�"
               clearable
@@ -552,7 +558,7 @@
             <!-- <treeselect v-model="form.deptId" :options="deptOptions" :show-count="true" placeholder="璇烽�夋嫨褰掑睘绉戝"
               style="width: 200px" /> -->
             <el-select
-            v-if="DepartmentList.length > 0" 
+              v-if="DepartmentList.length > 0"
               v-model="form.deptId"
               placeholder="璇烽�夋嫨褰掑睘绉戝"
               clearable
@@ -1635,7 +1641,7 @@
     //   this.initPassword = response.msg;
     // });
   },
- 
+
   methods: {
     handleChange(val) {},
     /** 鏌ヨ鐢ㄦ埛鍒楄〃 */
@@ -1793,7 +1799,7 @@
 
     // 鏇村鎿嶄綔瑙﹀彂
     handleCommand(command, row) {
-      console.log('Command triggered:', command);
+      console.log("Command triggered:", command);
 
       switch (command) {
         case "handleResetPwd":
@@ -2019,6 +2025,17 @@
   line-height: 36px;
   width: 200px;
 }
+.scrollable-container {
+  width: 200px; /* 璁剧疆瀹瑰櫒鐨勫搴� */
+  height: 629px; /* 璁剧疆瀹瑰櫒鐨勯珮搴� */
+  overflow: auto; /* 鍏佽鍐呭婧㈠嚭鏃舵樉绀烘粴鍔ㄦ潯 */
+  border: 1px solid #ccc; /* 鍙�夛細娣诲姞杈规浠ユ洿濂藉湴鏄剧ず瀹瑰櫒 */
+  position: relative; /* 鍙�夛細浣垮鍣ㄥ唴鐨勭粷瀵瑰畾浣嶅厓绱犺兘澶熸纭樉绀� */
+}
+.content {
+  width: 600px; /* 璁剧疆鍐呭鐨勫搴︼紝浠ヨЕ鍙戞按骞虫粴鍔ㄦ潯 */
+  height: 1000px; /* 璁剧疆鍐呭鐨勯珮搴︼紝浠ヨЕ鍙戝瀭鐩存粴鍔ㄦ潯 */
+}
 
 .pag {
   width: 100%;

--
Gitblit v1.8.0