创建中英双语对照
This commit is contained in:
@@ -103,16 +103,16 @@
|
||||
},
|
||||
columnsFactory: () => [
|
||||
{ type: 'selection' },
|
||||
{ prop: 'id', label: '编号', width: 100, align: 'center' },
|
||||
{ prop: 'username', label: '登录用户' },
|
||||
{ prop: 'status', label: '登录状态', useSlot: true },
|
||||
{ prop: 'ip', label: '登录IP' },
|
||||
{ prop: 'ip_location', label: '登录地点' },
|
||||
{ prop: 'os', label: '操作系统' },
|
||||
{ prop: 'browser', label: '浏览器' },
|
||||
{ prop: 'message', label: '登录信息', showOverflowTooltip: true },
|
||||
{ prop: 'login_time', label: '登录时间', width: 180, sortable: true },
|
||||
{ prop: 'operation', label: '操作', width: 80, fixed: 'right', useSlot: true }
|
||||
{ prop: 'id', label: 'table.columns.common.no', width: 100, align: 'center' },
|
||||
{ prop: 'username', label: 'table.columns.safeguard.loginUser' },
|
||||
{ prop: 'status', label: 'table.columns.safeguard.loginStatus', useSlot: true },
|
||||
{ prop: 'ip', label: 'table.columns.safeguard.loginIp' },
|
||||
{ prop: 'ip_location', label: 'table.columns.safeguard.operLocation' },
|
||||
{ prop: 'os', label: 'table.columns.safeguard.os' },
|
||||
{ prop: 'browser', label: 'table.columns.safeguard.browser' },
|
||||
{ prop: 'message', label: 'table.columns.safeguard.loginMessage', showOverflowTooltip: true },
|
||||
{ prop: 'login_time', label: 'table.columns.safeguard.loginTime', width: 180, sortable: true },
|
||||
{ prop: 'operation', label: 'table.actions.operation', width: 80, fixed: 'right', useSlot: true }
|
||||
]
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user