diff --git a/web/client/assets/images/install/table_question.png b/web/client/assets/images/install/table_question.png index 5e3f55d..cfb8f76 100644 Binary files a/web/client/assets/images/install/table_question.png and b/web/client/assets/images/install/table_question.png differ diff --git a/web/client/src/sections/install/components/adminModal.jsx b/web/client/src/sections/install/components/adminModal.jsx index 98a7b8c..b219735 100644 --- a/web/client/src/sections/install/components/adminModal.jsx +++ b/web/client/src/sections/install/components/adminModal.jsx @@ -77,7 +77,7 @@ function adminModal (props) {
-
成员成为管理员后拥有平台所有权限和项目,不再拥有成员角色。
+
成员成为管理员后,拥有平台所有权限和项目,成员的普通角色会被禁用。
-
成员成为管理员后拥有平台所有权限和项目,不再拥有成员角色。
+
成员成为管理员后,拥有平台所有权限和项目,成员的普通角色会被禁用。
{ title: (
数据分析师 - +
@@ -103,7 +103,7 @@ const Roles = (props) => { title: (
售后运维 - +
@@ -135,8 +135,8 @@ const Roles = (props) => { }, { title: (
- 资源管理员 - + 资源管理者 +
@@ -169,7 +169,7 @@ const Roles = (props) => { title: (
客户服务 - +
@@ -209,11 +209,12 @@ const Roles = (props) => { {row?.disabled ? ( ) : ( { }) }} > - + )} +
+ +
+ 111 +
+ + + ) } function mapStateToProps (state) { - const { auth, global, members, webSocket } = state; - return { - // loading: members.isRequesting, - // user: auth.user, - // actions: global.actions, - // members: members.data, - // socket: webSocket.socket - }; + const { auth, global, members } = state; + return { + // loading: members.isRequesting, + user: auth.user, + actions: global.actions, + // members: members.data, + }; } export default connect(mapStateToProps)(Example);