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: '操作失败',
refresh: '刷新',
pull: '下拉刷新',
release: '释放刷新'
release: '释放刷新',
noMore: '没有更多了'
},
nav: {
@@ -267,7 +268,8 @@ export default {
avatarDownloadFailed: '头像下载失败',
notLoggedIn: '未登录',
phoneNotBound: '未绑定手机号',
balanceDesc: '可用于租借设备'
balanceDesc: '可用于租借设备',
feedbackRecord: '投诉记录'
},
auth: {
@@ -352,7 +354,33 @@ export default {
deviceFault: '设备故障',
chargingIssue: '收费问题',
usageSuggestion: '使用建议',
other: '其他'
other: '其他',
recordList: '投诉记录',
detail: '投诉详情',
noRecord: '暂无投诉记录',
getListFailed: '获取列表失败',
getDetailFailed: '获取详情失败',
processing: '处理中',
completed: '已完成',
pending: '待处理',
complain: '投诉',
suggestion: '建议',
contactPhone: '联系电话',
initialSubmit: '首次提交',
submitTime: '提交时间',
uploadedImages: '上传图片',
platformReplies: '平台回复',
userReplies: '用户回复',
platform: '平台客服',
me: '我',
replyPlaceholder: '请输入您的回复...',
submitReply: '提交回复',
replySuccess: '回复成功',
replyFailed: '回复失败',
pleaseEnterReply: '请输入回复内容',
idRequired: '投诉ID不能为空',
viewRecords: '查看记录',
replyHistory: '回复记录'
},
help: {