fix:修复bug

This commit is contained in:
2025-12-10 15:16:47 +08:00
parent 8dd95a325b
commit be0eab5460
10 changed files with 1463 additions and 984 deletions
+11 -2
View File
@@ -233,7 +233,13 @@ export default {
cancelFailedContactService: 'Cancel failed, please contact customer service',
getOrderStatusFailed: 'Failed to get order status',
syncSuccess: 'Status synced successfully',
syncFailed: 'Sync failed'
syncFailed: 'Sync failed',
freeRentTime: 'Free Time',
pricingRule: 'Pricing Rule',
paymentMethod: 'Payment Method',
perHour: 'per hour',
perMinute: 'per minute',
perHalfHour: 'per half hour'
},
user: {
@@ -556,7 +562,10 @@ export default {
daysAgo: 'days ago',
yesterday: 'Yesterday',
today: 'Today',
tomorrow: 'Tomorrow'
tomorrow: 'Tomorrow',
hours: 'hour(s)',
minutes: 'minute(s)',
halfHours: 'half hour(s)'
},
unit: {
+11 -2
View File
@@ -233,7 +233,13 @@ export default {
cancelFailedContactService: '取消订单失败,请联系客服',
getOrderStatusFailed: '订单状态查询失败',
syncSuccess: '状态同步成功',
syncFailed: '同步状态失败'
syncFailed: '同步状态失败',
freeRentTime: '免费时长',
pricingRule: '计费规则',
paymentMethod: '支付方式',
perHour: '每小时',
perMinute: '每分钟',
perHalfHour: '每半小时'
},
user: {
@@ -556,7 +562,10 @@ export default {
daysAgo: '天前',
yesterday: '昨天',
today: '今天',
tomorrow: '明天'
tomorrow: '明天',
hours: '小时',
minutes: '分钟',
halfHours: '半小时'
},
unit: {