接单员与财务管理

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.application.page.title": "Runner Applications",
"runner.application.page.description": "Review and manage runner registration applications",
"runner.application.id": "ID",
"runner.application.user_id": "User ID",
"runner.application.real_name": "Real Name",
"runner.application.mobile": "Phone",
"runner.application.resume": "Resume",
"runner.application.id_card": "ID Card",
"runner.application.id_card_front": "ID Card Front",
"runner.application.id_card_back": "ID Card Back",
"runner.application.status": "Status",
"runner.application.status.0": "Pending Review",
"runner.application.status.1": "Approved",
"runner.application.status.2": "Rejected",
"runner.application.review_remark": "Review Remark",
"runner.application.reviewed_at": "Reviewed At",
"runner.application.created_at": "Applied At",
"runner.application.updated_at": "Updated At",
};
@@ -0,0 +1,17 @@
export default {
"runner.complaint_appeal.page.title": "Appeal Management",
"runner.complaint_appeal.page.description": "Review runner complaint appeals",
"runner.complaint_appeal.id": "ID",
"runner.complaint_appeal.complaint_id": "Complaint ID",
"runner.complaint_appeal.worker_id": "Runner ID",
"runner.complaint_appeal.content": "Appeal Content",
"runner.complaint_appeal.images": "Evidence Images",
"runner.complaint_appeal.status": "Status",
"runner.complaint_appeal.status.0": "Pending Review",
"runner.complaint_appeal.status.1": "Approved",
"runner.complaint_appeal.status.2": "Rejected",
"runner.complaint_appeal.reply": "Reply",
"runner.complaint_appeal.reviewed_at": "Reviewed At",
"runner.complaint_appeal.created_at": "Created At",
"runner.complaint_appeal.updated_at": "Updated At",
};
+26
View File
@@ -0,0 +1,26 @@
export default {
"runner.complaint.page.title": "Complaint Management",
"runner.complaint.page.description": "Manage user complaints against runners",
"runner.complaint.id": "ID",
"runner.complaint.complaint_no": "Complaint No",
"runner.complaint.user_id": "Complainant ID",
"runner.complaint.worker_id": "Runner ID",
"runner.complaint.order_id": "Order ID",
"runner.complaint.type": "Complaint Type",
"runner.complaint.type.late": "Late/Timeout",
"runner.complaint.type.attitude": "Poor Attitude",
"runner.complaint.type.damage": "Item Damaged",
"runner.complaint.type.lost": "Item Lost",
"runner.complaint.type.other": "Other",
"runner.complaint.content": "Content",
"runner.complaint.images": "Evidence Images",
"runner.complaint.status": "Status",
"runner.complaint.status.0": "Pending",
"runner.complaint.status.1": "Resolved",
"runner.complaint.status.2": "Dismissed",
"runner.complaint.result": "Result",
"runner.complaint.result_remark": "Result Remark",
"runner.complaint.handled_at": "Handled At",
"runner.complaint.created_at": "Created At",
"runner.complaint.updated_at": "Updated At",
};
+20
View File
@@ -0,0 +1,20 @@
export default {
"runner.credit_log.page.title": "Credit Score Logs",
"runner.credit_log.page.description": "View runner credit score change history",
"runner.credit_log.id": "ID",
"runner.credit_log.worker_id": "Runner ID",
"runner.credit_log.score": "Score Change",
"runner.credit_log.score_after": "Score After",
"runner.credit_log.type": "Change Type",
"runner.credit_log.type.order_complete": "Order Completed",
"runner.credit_log.type.order_cancel": "Order Cancelled",
"runner.credit_log.type.order_timeout": "Order Timeout",
"runner.credit_log.type.complaint": "Complaint Received",
"runner.credit_log.type.appeal_success": "Appeal Won",
"runner.credit_log.type.manual": "Manual Adjust",
"runner.credit_log.description": "Description",
"runner.credit_log.related_type": "Related Type",
"runner.credit_log.related_id": "Related ID",
"runner.credit_log.created_at": "Created At",
"runner.credit_log.updated_at": "Updated At",
};
+20
View File
@@ -0,0 +1,20 @@
export default {
"runner.worker.page.title": "Runner List",
"runner.worker.page.description": "Manage approved campus runners",
"runner.worker.id": "ID",
"runner.worker.user_id": "User ID",
"runner.worker.real_name": "Real Name",
"runner.worker.mobile": "Phone",
"runner.worker.id_card": "ID Card",
"runner.worker.total_income": "Total Income",
"runner.worker.total_order": "Total Orders",
"runner.worker.cancel_order": "Cancelled Orders",
"runner.worker.credit_score": "Credit Score",
"runner.worker.verified_at": "Verified At",
"runner.worker.status": "Status",
"runner.worker.status.0": "Banned",
"runner.worker.status.1": "Active",
"runner.worker.status.2": "Resting",
"runner.worker.created_at": "Created At",
"runner.worker.updated_at": "Updated At",
};