提交 aceb57ac 作者: ZhangLingKun

Merge branch 'develop'

...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag: 3e543da646863c1c56c7b67ad3a4d80933e6d6eb newTag: 63111efd6c1d96f0983a433f815fedf3cdbe0d2c
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论