From a98aa4517e7244024f4647b2789b152948439f22 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 12 三月 2025 14:03:56 +0800 Subject: [PATCH] gundongtiao --- src/views/system/user/index.vue | 39 ++++++++++++++++++++++++++++++++------- 1 files changed, 32 insertions(+), 7 deletions(-) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 1e8735e..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" :append-to-body="false"> + <el-dropdown-menu slot="dropdown" :append-to-body="true"> <el-dropdown-item command="handleResetPwd" icon="el-icon-key" @@ -372,7 +387,6 @@ v-hasPermi="['system:user:edit']" >鍒嗛厤瑙掕壊</el-dropdown-item > - </el-dropdown-menu> </el-dropdown> </template> @@ -523,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 @@ -544,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 @@ -1627,7 +1641,7 @@ // this.initPassword = response.msg; // }); }, - + methods: { handleChange(val) {}, /** 鏌ヨ鐢ㄦ埛鍒楄〃 */ @@ -1785,7 +1799,7 @@ // 鏇村鎿嶄綔瑙﹀彂 handleCommand(command, row) { - console.log('Command triggered:', command); + console.log("Command triggered:", command); switch (command) { case "handleResetPwd": @@ -2011,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