接单员与财务管理
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
export default {
|
||||
"runner.application.page.title": "接单申请",
|
||||
"runner.application.page.description": "审核用户申请成为接单员的请求",
|
||||
"runner.application.id": "ID",
|
||||
"runner.application.user_id": "用户ID",
|
||||
"runner.application.real_name": "真实姓名",
|
||||
"runner.application.mobile": "手机号",
|
||||
"runner.application.resume": "简历",
|
||||
"runner.application.id_card": "身份证号",
|
||||
"runner.application.id_card_front": "身份证正面",
|
||||
"runner.application.id_card_back": "身份证反面",
|
||||
"runner.application.status": "状态",
|
||||
"runner.application.status.0": "待审核",
|
||||
"runner.application.status.1": "通过",
|
||||
"runner.application.status.2": "拒绝",
|
||||
"runner.application.review_remark": "审核备注",
|
||||
"runner.application.reviewed_at": "审核时间",
|
||||
"runner.application.created_at": "创建时间",
|
||||
"runner.application.updated_at": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,17 @@
|
||||
export default {
|
||||
"runner.complaint_appeal.page.title": "申诉管理",
|
||||
"runner.complaint_appeal.page.description": "管理接单员的投诉申诉",
|
||||
"runner.complaint_appeal.id": "ID",
|
||||
"runner.complaint_appeal.complaint_id": "投诉ID",
|
||||
"runner.complaint_appeal.worker_id": "接单员ID",
|
||||
"runner.complaint_appeal.content": "申诉内容",
|
||||
"runner.complaint_appeal.images": "图片",
|
||||
"runner.complaint_appeal.status": "状态",
|
||||
"runner.complaint_appeal.status.0": "待审核",
|
||||
"runner.complaint_appeal.status.1": "通过",
|
||||
"runner.complaint_appeal.status.2": "驳回",
|
||||
"runner.complaint_appeal.reply": "回复",
|
||||
"runner.complaint_appeal.reviewed_at": "审核时间",
|
||||
"runner.complaint_appeal.created_at": "创建时间",
|
||||
"runner.complaint_appeal.updated_at": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,26 @@
|
||||
export default {
|
||||
"runner.complaint.page.title": "投诉管理",
|
||||
"runner.complaint.page.description": "管理用户对接单员的投诉",
|
||||
"runner.complaint.id": "ID",
|
||||
"runner.complaint.complaint_no": "投诉编号",
|
||||
"runner.complaint.user_id": "投诉人ID",
|
||||
"runner.complaint.worker_id": "被投诉人ID",
|
||||
"runner.complaint.order_id": "订单ID",
|
||||
"runner.complaint.type": "投诉类型",
|
||||
"runner.complaint.type.late": "迟到/超时",
|
||||
"runner.complaint.type.attitude": "服务态度",
|
||||
"runner.complaint.type.damage": "物品损坏",
|
||||
"runner.complaint.type.lost": "物品丢失",
|
||||
"runner.complaint.type.other": "其他",
|
||||
"runner.complaint.content": "投诉内容",
|
||||
"runner.complaint.images": "图片",
|
||||
"runner.complaint.status": "状态",
|
||||
"runner.complaint.status.0": "待处理",
|
||||
"runner.complaint.status.1": "已处理",
|
||||
"runner.complaint.status.2": "已驳回",
|
||||
"runner.complaint.result": "处理结果",
|
||||
"runner.complaint.result_remark": "处理备注",
|
||||
"runner.complaint.handled_at": "处理时间",
|
||||
"runner.complaint.created_at": "创建时间",
|
||||
"runner.complaint.updated_at": "更新时间",
|
||||
};
|
||||
@@ -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": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,20 @@
|
||||
export default {
|
||||
"runner.worker.page.title": "接单员列表",
|
||||
"runner.worker.page.description": "管理已审核通过的接单员",
|
||||
"runner.worker.id": "ID",
|
||||
"runner.worker.user_id": "用户ID",
|
||||
"runner.worker.real_name": "真实姓名",
|
||||
"runner.worker.mobile": "手机号",
|
||||
"runner.worker.id_card": "身份证号",
|
||||
"runner.worker.total_income": "总收入",
|
||||
"runner.worker.total_order": "总订单",
|
||||
"runner.worker.cancel_order": "取消订单",
|
||||
"runner.worker.credit_score": "信用分",
|
||||
"runner.worker.verified_at": "认证时间",
|
||||
"runner.worker.status": "状态",
|
||||
"runner.worker.status.0": "禁用",
|
||||
"runner.worker.status.1": "正常",
|
||||
"runner.worker.status.2": "休息中",
|
||||
"runner.worker.created_at": "创建时间",
|
||||
"runner.worker.updated_at": "更新时间",
|
||||
};
|
||||
Reference in New Issue
Block a user