提交 b732f503 作者: ZhangLingKun

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

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