接单员与财务管理
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export default {
|
||||
"task.bid.page.title": "接单记录",
|
||||
"task.bid.page.description": "查看任务的接单记录",
|
||||
"task.bid.id": "ID",
|
||||
"task.bid.task_id": "任务ID",
|
||||
"task.bid.user_id": "接单人ID",
|
||||
"task.bid.price": "报价",
|
||||
"task.bid.message": "留言",
|
||||
"task.bid.status": "状态",
|
||||
"task.bid.status.0": "待确认",
|
||||
"task.bid.status.1": "已接受",
|
||||
"task.bid.status.2": "已拒绝",
|
||||
"task.bid.accepted_at": "接单时间",
|
||||
"task.bid.created_at": "创建时间",
|
||||
"task.bid.updated_at": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,18 @@
|
||||
export default {
|
||||
"task.category.page.title": "任务分类",
|
||||
"task.category.page.description": "管理校园任务分类",
|
||||
"task.category.id": "ID",
|
||||
"task.category.name": "分类名称",
|
||||
"task.category.name.required": "分类名称不能为空",
|
||||
"task.category.slug": "标识",
|
||||
"task.category.slug.required": "分类标识不能为空",
|
||||
"task.category.description": "描述",
|
||||
"task.category.icon": "图标",
|
||||
"task.category.form_schema": "表单配置",
|
||||
"task.category.sort": "排序",
|
||||
"task.category.status": "状态",
|
||||
"task.category.status.0": "禁用",
|
||||
"task.category.status.1": "正常",
|
||||
"task.category.created_at": "创建时间",
|
||||
"task.category.updated_at": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
"task.order_errand.page.title": "跑腿订单",
|
||||
"task.order_errand.page.description": "管理跑腿类任务订单",
|
||||
"task.order_errand.id": "ID",
|
||||
"task.order_errand.order_no": "订单号",
|
||||
"task.order_errand.user_id": "用户ID",
|
||||
"task.order_errand.runner_id": "接单员ID",
|
||||
"task.order_errand.title": "标题",
|
||||
"task.order_errand.price": "价格",
|
||||
"task.order_errand.contact_name": "联系人",
|
||||
"task.order_errand.contact_mobile": "联系电话",
|
||||
"task.order_errand.deadline": "截止时间",
|
||||
"task.order_errand.pay_type": "支付方式",
|
||||
"task.order_errand.pay_type.0": "余额支付",
|
||||
"task.order_errand.pay_type.1": "微信支付",
|
||||
"task.order_errand.pay_status": "支付状态",
|
||||
"task.order_errand.pay_status.0": "未支付",
|
||||
"task.order_errand.pay_status.1": "已支付",
|
||||
"task.order_errand.pay_status.2": "退款中",
|
||||
"task.order_errand.pay_status.3": "已退款",
|
||||
"task.order_errand.status": "状态",
|
||||
"task.order_errand.status.0": "待接单",
|
||||
"task.order_errand.status.1": "已接单",
|
||||
"task.order_errand.status.2": "进行中",
|
||||
"task.order_errand.status.3": "已完成",
|
||||
"task.order_errand.status.4": "已取消",
|
||||
"task.order_errand.created_at": "创建时间",
|
||||
"task.order_errand.updated_at": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
"task.order_pickup.page.title": "代取订单",
|
||||
"task.order_pickup.page.description": "管理代取类任务订单",
|
||||
"task.order_pickup.id": "ID",
|
||||
"task.order_pickup.order_no": "订单号",
|
||||
"task.order_pickup.user_id": "用户ID",
|
||||
"task.order_pickup.runner_id": "接单员ID",
|
||||
"task.order_pickup.title": "标题",
|
||||
"task.order_pickup.price": "价格",
|
||||
"task.order_pickup.contact_name": "联系人",
|
||||
"task.order_pickup.contact_mobile": "联系电话",
|
||||
"task.order_pickup.deadline": "截止时间",
|
||||
"task.order_pickup.pay_type": "支付方式",
|
||||
"task.order_pickup.pay_type.0": "余额支付",
|
||||
"task.order_pickup.pay_type.1": "微信支付",
|
||||
"task.order_pickup.pay_status": "支付状态",
|
||||
"task.order_pickup.pay_status.0": "未支付",
|
||||
"task.order_pickup.pay_status.1": "已支付",
|
||||
"task.order_pickup.pay_status.2": "退款中",
|
||||
"task.order_pickup.pay_status.3": "已退款",
|
||||
"task.order_pickup.status": "状态",
|
||||
"task.order_pickup.status.0": "待接单",
|
||||
"task.order_pickup.status.1": "已接单",
|
||||
"task.order_pickup.status.2": "进行中",
|
||||
"task.order_pickup.status.3": "已完成",
|
||||
"task.order_pickup.status.4": "已取消",
|
||||
"task.order_pickup.created_at": "创建时间",
|
||||
"task.order_pickup.updated_at": "更新时间",
|
||||
};
|
||||
@@ -0,0 +1,29 @@
|
||||
export default {
|
||||
"task.order_rental.page.title": "租借订单",
|
||||
"task.order_rental.page.description": "管理租借类任务订单",
|
||||
"task.order_rental.id": "ID",
|
||||
"task.order_rental.order_no": "订单号",
|
||||
"task.order_rental.user_id": "用户ID",
|
||||
"task.order_rental.runner_id": "接单员ID",
|
||||
"task.order_rental.title": "标题",
|
||||
"task.order_rental.price": "价格",
|
||||
"task.order_rental.contact_name": "联系人",
|
||||
"task.order_rental.contact_mobile": "联系电话",
|
||||
"task.order_rental.deadline": "截止时间",
|
||||
"task.order_rental.pay_type": "支付方式",
|
||||
"task.order_rental.pay_type.0": "余额支付",
|
||||
"task.order_rental.pay_type.1": "微信支付",
|
||||
"task.order_rental.pay_status": "支付状态",
|
||||
"task.order_rental.pay_status.0": "未支付",
|
||||
"task.order_rental.pay_status.1": "已支付",
|
||||
"task.order_rental.pay_status.2": "退款中",
|
||||
"task.order_rental.pay_status.3": "已退款",
|
||||
"task.order_rental.status": "状态",
|
||||
"task.order_rental.status.0": "待接单",
|
||||
"task.order_rental.status.1": "已接单",
|
||||
"task.order_rental.status.2": "进行中",
|
||||
"task.order_rental.status.3": "已完成",
|
||||
"task.order_rental.status.4": "已取消",
|
||||
"task.order_rental.created_at": "创建时间",
|
||||
"task.order_rental.updated_at": "更新时间",
|
||||
};
|
||||
Reference in New Issue
Block a user