修改角色管理中权限分配 新增登录日志表
修改 @Create 标识为 @since
This commit is contained in:
@@ -22187,7 +22187,6 @@ function type2icon() {
|
||||
// 如果非预置值,默认为success
|
||||
if (['primary', 'info', 'error', 'warning', 'success'].indexOf(type) == -1) type = 'success';
|
||||
var iconName = '';
|
||||
// 目前(2019-12-12),info和primary使用同一个图标
|
||||
switch (type) {
|
||||
case 'primary':
|
||||
iconName = 'info-circle';
|
||||
|
Reference in New Issue
Block a user