接单员与财务管理
This commit is contained in:
@@ -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