up实现查看日志功能

This commit is contained in:
2026-04-29 17:09:08 +08:00
parent 81ae9304a3
commit 43002c4745
8 changed files with 593 additions and 123 deletions
+28 -1
View File
@@ -67,6 +67,7 @@
"click_button_or_drag": "点击上传按钮或拖放图片文件"
},
"purchase": {
"title": "采购",
"purchase_list": "采购列表",
"item_name": "物品名称",
"purpose": "用途",
@@ -176,6 +177,7 @@
"save_changes": "保存修改"
},
"warehouse": {
"title": "仓库",
"container_list": "容器列表",
"container_detail": "容器详情",
"overview": "仓库总览",
@@ -283,6 +285,7 @@
"part_name": "物件名称"
},
"schedule": {
"title": "日程",
"my_schedule": "我的日程",
"event_title": "事件标题",
"event_date": "事件日期",
@@ -526,7 +529,31 @@
"current_admins": "当前系统管理员列表",
"no_admins": "暂无系统管理员",
"group_list": "用户组列表",
"extended_info": "扩展信息"
"extended_info": "扩展信息",
"tab_operation_logs": "操作日志"
},
"operation_logs": {
"title": "操作日志",
"all": "全部模块",
"search_placeholder": "搜索操作记录...",
"no_logs": "暂无操作记录",
"table_module": "模块",
"table_entity_id": "实体ID",
"table_user": "操作人",
"table_action": "操作类型",
"table_ip": "IP地址",
"table_remark": "备注",
"table_created_at": "操作时间",
"module_customer": "客户",
"module_purchase": "采购",
"module_schedule": "日程",
"module_warehouse": "仓库",
"module_work_order": "工单",
"action_create": "创建",
"action_update": "更新",
"action_delete": "删除",
"action_query": "查询",
"action_move": "移动"
},
"customer": {
"title": "客户管理",