cfel-base-components 2.3.5 → 2.3.6
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
|
@@ -58,7 +58,7 @@ export default function AccountInfo({ isShowTab, getAuthTree }: RoleInfoProps) {
|
|
|
58
58
|
]); //tab 数据
|
|
59
59
|
const TableResource: any = [
|
|
60
60
|
{
|
|
61
|
-
title: "
|
|
61
|
+
title: "菜单名称",
|
|
62
62
|
dataIndex: "name",
|
|
63
63
|
key: "name",
|
|
64
64
|
},
|
|
@@ -166,7 +166,7 @@ export default function AccountInfo({ isShowTab, getAuthTree }: RoleInfoProps) {
|
|
|
166
166
|
let data: any = [];
|
|
167
167
|
if (isShowTab?.tableResource) {
|
|
168
168
|
data.push({
|
|
169
|
-
label: "
|
|
169
|
+
label: "关联菜单",
|
|
170
170
|
key: "tableResource",
|
|
171
171
|
icon: <InteractionOutlined />,
|
|
172
172
|
});
|
|
@@ -147,7 +147,7 @@ export default function RoleInfo({ isShowTab, getAuthTree , empowerCom}: RoleInf
|
|
|
147
147
|
|
|
148
148
|
const TableResource: any = [
|
|
149
149
|
{
|
|
150
|
-
title: "
|
|
150
|
+
title: "菜单名称",
|
|
151
151
|
dataIndex: "name",
|
|
152
152
|
key: "name",
|
|
153
153
|
},
|
|
@@ -238,7 +238,7 @@ export default function RoleInfo({ isShowTab, getAuthTree , empowerCom}: RoleInf
|
|
|
238
238
|
let data: any = [];
|
|
239
239
|
if (isShowTab?.tableResource) {
|
|
240
240
|
data.push({
|
|
241
|
-
label: "
|
|
241
|
+
label: "关联菜单",
|
|
242
242
|
key: "tableResource",
|
|
243
243
|
icon: <InteractionOutlined />,
|
|
244
244
|
});
|