You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
270 B
13 lines
270 B
5 months ago
|
export default {
|
||
|
action: {
|
||
|
attendantName: '技师',
|
||
|
agreeRefund: '立即退款',
|
||
|
transferOrder: '转单',
|
||
|
orderTaking: '技师接单',
|
||
|
setOut: '技师出发',
|
||
|
arrive: '技师到达',
|
||
|
startService: '开始服务',
|
||
|
serviceCompletion: '服务完成',
|
||
|
}
|
||
|
}
|