接单员与财务管理

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.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",
};