From 7c1525fd21783509bce3bf5c71ff400b0e89f68c Mon Sep 17 00:00:00 2001
From: QianRj <14974713+qianrj@user.noreply.gitee.com>
Date: 星期三, 27 十一月 2024 17:25:09 +0800
Subject: [PATCH] refactor: 补充登录页与注册页的国际化内容并添加切换语言按钮

---
 src/views/system/role/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue
index f2299d7..b86a8ec 100644
--- a/src/views/system/role/index.vue
+++ b/src/views/system/role/index.vue
@@ -51,7 +51,7 @@
           <el-col :span="1.5">
             <el-button v-hasPermi="['system:role:export']" type="warning" plain icon="Download" @click="handleExport">瀵煎嚭</el-button>
           </el-col>
-          <right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar>
+          <right-toolbar v-model:show-search="showSearch" @query-table="getList"></right-toolbar>
         </el-row>
       </template>
 
@@ -223,7 +223,8 @@
   { value: '2', label: '鑷畾鏁版嵁鏉冮檺' },
   { value: '3', label: '鏈儴闂ㄦ暟鎹潈闄�' },
   { value: '4', label: '鏈儴闂ㄥ強浠ヤ笅鏁版嵁鏉冮檺' },
-  { value: '5', label: '浠呮湰浜烘暟鎹潈闄�' }
+  { value: '5', label: '浠呮湰浜烘暟鎹潈闄�' },
+  { value: '6', label: '閮ㄩ棬鍙婁互涓嬫垨鏈汉鏁版嵁鏉冮檺' }
 ]);
 
 const queryFormRef = ref<ElFormInstance>();

--
Gitblit v1.9.3