接单员与财务管理

This commit is contained in:
liu
2026-06-17 10:35:13 +08:00
parent 254823e308
commit 8d52e863b9
110 changed files with 6054 additions and 570 deletions
+20
View File
@@ -0,0 +1,20 @@
export default {
"runner.credit_log.page.title": "信用记录",
"runner.credit_log.page.description": "查看接单员的信用分变动记录",
"runner.credit_log.id": "ID",
"runner.credit_log.worker_id": "接单员ID",
"runner.credit_log.score": "变动分值",
"runner.credit_log.score_after": "变动后分值",
"runner.credit_log.type": "类型",
"runner.credit_log.type.order_complete": "完成订单",
"runner.credit_log.type.order_cancel": "取消订单",
"runner.credit_log.type.order_timeout": "超时",
"runner.credit_log.type.complaint": "被投诉",
"runner.credit_log.type.appeal_success": "申诉成功",
"runner.credit_log.type.manual": "管理员调整",
"runner.credit_log.description": "描述",
"runner.credit_log.related_type": "关联类型",
"runner.credit_log.related_id": "关联ID",
"runner.credit_log.created_at": "创建时间",
"runner.credit_log.updated_at": "更新时间",
};