blob: c45824c6e2e427d44bac8bea7864ea9fb2e927d3 [file] [log] [blame]
Jiarenxiang38dcb052025-03-13 16:40:09 +08001export default {
2 'monitor.operlog.title': '操作日志记录',
3 'monitor.operlog.oper_id': '日志主键',
4 'monitor.operlog.business_type': '业务类型',
5 'monitor.operlog.method': '方法名称',
6 'monitor.operlog.request_method': '请求方式',
7 'monitor.operlog.operator_type': '操作类别',
8 'monitor.operlog.oper_name': '操作人员',
9 'monitor.operlog.dept_name': '部门名称',
10 'monitor.operlog.oper_url': '请求URL',
11 'monitor.operlog.oper_ip': '主机地址',
12 'monitor.operlog.oper_location': '操作地点',
13 'monitor.operlog.oper_param': '请求参数',
14 'monitor.operlog.json_result': '返回参数',
15 'monitor.operlog.status': '操作状态',
16 'monitor.operlog.error_msg': '错误消息',
17 'monitor.operlog.oper_time': '操作时间',
18 'monitor.operlog.module': '操作模块',
19};