接单员与财务管理
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": "更新时间",
|
||||
};
|
||||
Reference in New Issue
Block a user