You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
523 B
24 lines
523 B
9 months ago
|
export default {
|
||
|
'operation_log': {
|
||
|
'title': '日志',
|
||
|
'table': {
|
||
|
'method': '请求方法',
|
||
|
'params': '请求参数',
|
||
|
'username': '用户名',
|
||
|
'request_ip': 'IP',
|
||
|
'address': 'IP来源',
|
||
|
'description': '描述',
|
||
|
'browser': '浏览器',
|
||
|
'takesTime': '请求耗时',
|
||
|
'create_time': '创建日期'
|
||
|
},
|
||
|
'placeholder': {
|
||
|
'cleared': '清空'
|
||
|
},
|
||
|
'msg': {
|
||
|
'message': '确认清空所有操作日志吗?',
|
||
|
'title': '提示'
|
||
|
}
|
||
|
}
|
||
|
}
|