迁移电池详情报表模块

This commit is contained in:
sheng
2026-06-22 17:44:16 +08:00
parent 6768eb9ead
commit 973c780bf6
7 changed files with 220 additions and 3 deletions

View File

@@ -1356,6 +1356,27 @@
"duration": "Duration",
"remark": "Remark",
"no_data": "No data"
},
"battery_detail": {
"query": "Search",
"reset": "Reset",
"export": "Export",
"flow": "Process Flow",
"select_flow": "Select process flow",
"batch": "Batch",
"select_batch": "Select batch",
"process": "Process",
"select_process": "Select process",
"tray_no": "Tray No.",
"enter_tray_no": "Enter tray no.",
"time": "Completion Time",
"start_date": "Start Time",
"end_date": "End Time",
"no_data": "No data",
"please_select_batch": "Select batch",
"export_confirm": "Create battery detail export task?",
"prompt": "Prompt",
"create_download_task_success": "Download task created successfully"
}
}
}

View File

@@ -1356,6 +1356,27 @@
"duration": "持续时长",
"remark": "备注",
"no_data": "暂无数据"
},
"battery_detail": {
"query": "查询",
"reset": "重置",
"export": "导出",
"flow": "工艺流程",
"select_flow": "请选择工艺流程",
"batch": "批次",
"select_batch": "请选择批次",
"process": "工序",
"select_process": "请选择工序",
"tray_no": "托盘号",
"enter_tray_no": "请输入托盘号",
"time": "完成时间",
"start_date": "开始时间",
"end_date": "结束时间",
"no_data": "暂无数据",
"please_select_batch": "请选择批次",
"export_confirm": "确认创建电池详情报表导出任务?",
"prompt": "提示",
"create_download_task_success": "创建下载任务成功"
}
}
}