feat:新增投诉列表与投诉详情

This commit is contained in:
2025-11-28 10:38:22 +08:00
parent 2a249d04da
commit 64c9d933b1
7 changed files with 1245 additions and 11 deletions
+31 -3
View File
@@ -50,7 +50,8 @@ export default {
operationFailed: 'Operation failed',
refresh: 'Refresh',
pull: 'Pull to refresh',
release: 'Release to refresh'
release: 'Release to refresh',
noMore: 'No more'
},
nav: {
@@ -267,7 +268,8 @@ export default {
avatarDownloadFailed: 'Download failed',
notLoggedIn: 'Not logged in',
phoneNotBound: 'No phone',
balanceDesc: 'Available for rental'
balanceDesc: 'Available for rental',
feedbackRecord: 'Feedback Records'
},
auth: {
@@ -352,7 +354,33 @@ export default {
deviceFault: 'Device Fault',
chargingIssue: 'Charging',
usageSuggestion: 'Suggestion',
other: 'Other'
other: 'Other',
recordList: 'Feedback Records',
detail: 'Feedback Detail',
noRecord: 'No feedback records',
getListFailed: 'Failed to get list',
getDetailFailed: 'Failed to get detail',
processing: 'Processing',
completed: 'Completed',
pending: 'Pending',
complain: 'Complain',
suggestion: 'Suggestion',
contactPhone: 'Contact Phone',
initialSubmit: 'Initial Submit',
submitTime: 'Submit Time',
uploadedImages: 'Uploaded Images',
platformReplies: 'Platform Replies',
userReplies: 'User Replies',
platform: 'Platform',
me: 'Me',
replyPlaceholder: 'Enter your reply...',
submitReply: 'Submit Reply',
replySuccess: 'Reply successful',
replyFailed: 'Reply failed',
pleaseEnterReply: 'Please enter reply content',
idRequired: 'Feedback ID is required',
viewRecords: 'View Records',
replyHistory: 'Reply History'
},
help: {