Skip to content

Commit

Permalink
fix(mis-web): 修改租户管理下用户列表中可用账户的列名 (#1163)
Browse files Browse the repository at this point in the history
**修复前**

租户管理下的用户列表实际显示的账户为所属所有账户,平台管理下用户列表实际显示的账户未可用账户,导致列名一致时两边数据不一致


![image](https://github.com/PKUHPC/SCOW/assets/43978285/d5c94e90-1fd9-44b7-b8f3-4d91923a62bc)


![image](https://github.com/PKUHPC/SCOW/assets/43978285/24e5acdf-ae53-4076-9144-979f14238cc8)

**修复后**

租户管理下用户列表中账户的列名修改为【关联账户】


![image](https://github.com/PKUHPC/SCOW/assets/43978285/4ad7fba5-4b31-4465-9bba-f74650de534f)

![image](https://github.com/PKUHPC/SCOW/assets/43978285/3e45ba11-9708-404d-863e-d2bb37f32c48)
  • Loading branch information
piccaSun committed Mar 11, 2024
1 parent cde8144 commit bd21171
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-rats-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@scow/mis-web": patch
---

修改变更租户管理下用户列表中可用账户的列名为 关联账户
2 changes: 1 addition & 1 deletion apps/mis-web/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ export default {
idOrName: "User ID or Name",
name:"Name",
tenantRole: "Tenant Role",
affiliatedAccountName: "Available Accounts",
affiliatedAccountName: "Affiliated Accounts",
notExist: "User does not exist",
notAvailable: "This feature is not available in the current configuration",
changeSuccess: "Modification successful",
Expand Down
2 changes: 1 addition & 1 deletion apps/mis-web/src/i18n/zh_cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ export default {
idOrName:"用户ID或者姓名",
name:"姓名",
tenantRole:"租户角色",
affiliatedAccountName:"可用账户",
affiliatedAccountName:"关联账户",
notExist:"用户不存在",
notAvailable:"本功能在当前配置下不可用",
changeSuccess:"修改成功",
Expand Down

0 comments on commit bd21171

Please sign in to comment.