cfel-base-components 2.5.20 → 2.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cfel-base-components",
3
- "version": "2.5.20",
3
+ "version": "2.5.21",
4
4
  "description": "cfel-base-components",
5
5
  "main": "/src/index.tsx",
6
6
  "types": "src/index.d.ts",
@@ -111,10 +111,7 @@ export default function UserCard({
111
111
  {isCopied?.['account'] ? "已复制" : <CopyOutlined />}
112
112
  </div>
113
113
  </div>
114
- <div className="lios-li li-flex">
115
- <div className="lios-keyMare">租户</div>
116
- <div className="lios-valueMare" title={tenant?.name}>{tenant?.name}</div>
117
- </div>
114
+
118
115
  <div className="lios-li li-flex">
119
116
  <div className="lios-keyMare">租户ID</div>
120
117
  <div className="lios-valueMare" title={tenant?.id}>{tenant?.id}</div>
@@ -127,6 +124,10 @@ export default function UserCard({
127
124
  {isCopied?.['tenantId'] ? "已复制" : <CopyOutlined />}
128
125
  </div>
129
126
  </div>
127
+ <div className="lios-li li-flex">
128
+ <div className="lios-keyMare">租户</div>
129
+ <div className="lios-valueMare" title={tenant?.name}>{tenant?.name}</div>
130
+ </div>
130
131
  </div>
131
132
 
132
133
 
@@ -72,7 +72,7 @@ export default function AccountInfo({ isShowTab, getAuthTree, getAccountAuthTree
72
72
  ]) //tab 数据
73
73
  const TableResource: any = [
74
74
  {
75
- title: '菜单名称',
75
+ title: '名称',
76
76
  dataIndex: 'name',
77
77
  key: 'name'
78
78
  }
@@ -143,7 +143,7 @@ export default function RoleInfo({
143
143
 
144
144
  const TableResource: any = [
145
145
  {
146
- title: '菜单名称',
146
+ title: '名称',
147
147
  dataIndex: 'name',
148
148
  key: 'name'
149
149
  }