提交 b732f503 作者: ZhangLingKun

功能:账号、单位界面优化

上级 4e00e606
......@@ -248,6 +248,7 @@ function AccountManageView() {
onClick={() => {
setAddEditModalVisible(true);
}}
disabled={!userInfo.roleInfo.superAdmin}
>
新增账号
</Button>
......
......@@ -137,7 +137,7 @@ const CompanyManageView = () => {
变更
</Button>
<Button type='link' onClick={() => toCompanyDetail(record)}>
详情
成员管理
</Button>
<Button
type='link'
......
......@@ -1322,7 +1322,7 @@ export const routerList: Array<RouteObjectType> = [
errorElement: <ErrorPage />,
meta: {
id: 1410,
title: '账号管理',
title: '账号信息',
icon: <UserOutlined />,
},
},
......@@ -1354,7 +1354,7 @@ export const routerList: Array<RouteObjectType> = [
errorElement: <ErrorPage />,
meta: {
id: 1430,
title: '单位列表',
title: '单位管理',
icon: <BankOutlined />,
},
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论