add:新增日志管理,日志下载功能。2.二维码下载。3.异常信息的导出导出功能。

This commit is contained in:
2026-02-04 17:44:33 +08:00
parent dd6f7ac79d
commit 587308951a
14 changed files with 332 additions and 4 deletions

View File

@@ -47,6 +47,8 @@ task_confirm_arrival_failed = 任务到达确认失败
task_next_station_failed = 任务下一站失败:{0}
# 异常信息相关
error_info = 异常信息
error_handling_info = 异常处理信息
anomaly_file_not_selected = 请选择文件上传
anomaly_file_name_empty = 文件名称为空
anomaly_file_format_error = 目前只支持ZIP格式

View File

@@ -47,6 +47,8 @@ task_confirm_arrival_failed = Failed to confirm task arrival
task_next_station_failed = Failed to go to next station:{0}
# Anomaly related
error_info = Anomaly information
error_handling_info = Exception handling information
anomaly_file_not_selected = Please select a file to upload
anomaly_file_name_empty = File name is empty
anomaly_file_format_error = Currently only ZIP format is supported

View File

@@ -47,6 +47,8 @@ task_confirm_arrival_failed = 任务到达确认失败
task_next_station_failed = 任务下一站失败:{0}
# 异常信息相关
error_info = 异常信息
error_handling_info = 异常处理信息
anomaly_file_not_selected = 请选择文件上传
anomaly_file_name_empty = 文件名称为空
anomaly_file_format_error = 目前只支持ZIP格式