From fe120db2304897c6670fa9b4ac36a36006313ece Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期三, 25 十二月 2024 15:57:24 +0800
Subject: [PATCH] 1

---
 src/views/console/authority/datascope.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/views/console/authority/datascope.vue b/src/views/console/authority/datascope.vue
index e83e530..fd307b5 100644
--- a/src/views/console/authority/datascope.vue
+++ b/src/views/console/authority/datascope.vue
@@ -1,8 +1,8 @@
 <!--
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-03-26 10:28:33
- * @LastEditors: gaoshp
- * @LastEditTime: 2024-10-05 21:26:31
+ * @LastEditors: lzhe lzhe@example.com
+ * @LastEditTime: 2024-12-25 15:56:41
  * @FilePath: /cps-web/src/views/console/authority/datascope.vue
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -58,7 +58,7 @@
 				</el-table>
 			</div>
 		</div>
-		<el-drawer title="[鎺у埗涓績]鏁版嵁鏉冮檺閰嶇疆" v-model="drawer" :direction="direction" :before-close="handleClose" size="920"
+		<el-drawer :title="drawerTitle" v-model="drawer" :direction="direction" :before-close="handleClose" size="920"
 			class="drawerStyle">
 			<el-form :inline="true" :model="drawerSearchData" label-width="120px">
 				<el-form-item label="鑿滃崟鍚嶇О">
@@ -118,6 +118,7 @@
 	name: "datascope",
 	data() {
 		return {
+			drawerTitle: "[鎺у埗涓績]鏁版嵁鏉冮檺閰嶇疆",
 			scopeTypeNameList: [],
 			dialog: {
 				save: false
@@ -260,6 +261,7 @@
 		showDrawer(row) {
 			this.rowId = row.id;
 			this.tableRow = row;  //鍚庨潰缁勪欢浼氱敤鍒�
+			this.drawerTitle = `[${row.name}]鏁版嵁鏉冮檺閰嶇疆`;
 			this.drawerSearchclick();
 			this.drawer = true;
 		},

--
Gitblit v1.9.3