提交 aceb57ac 作者: ZhangLingKun

Merge branch 'develop'

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