Skip to content

Commit 15efd4d

Browse files
committedMay 15, 2018
#398 角色映射处理
1 parent 3212f90 commit 15efd4d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎saturn-console-web/src/utils/map.js

-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ export default {
1717
system_admin: '系统管理员',
1818
namespace_admin: '域管理员',
1919
namespace_developer: '域开发人员',
20-
sa_admin: '运维管理员',
2120
},
2221
};

‎saturn-console-web/src/utils/option.js

-3
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,5 @@ export default {
2828
}, {
2929
value: 'namespace_developer',
3030
label: '域开发人员',
31-
}, {
32-
value: 'sa_admin',
33-
label: '运维管理员',
3431
}],
3532
};

0 commit comments

Comments
 (0)
Please sign in to comment.