From 90d3e5c350b796035b60bc0a8a49ea2ac5392950 Mon Sep 17 00:00:00 2001 From: zhangrenyuan <18990852002@163.com> Date: Fri, 12 Dec 2025 09:35:29 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E5=AE=8C=E5=96=84=E5=A4=9A?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E6=94=AF=E6=8C=81=EF=BC=8C=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E6=96=87=E6=9C=AC=E5=8F=8A=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/locales/lang/zh-CN.js | 8 ++++++ src/views/history/newHistory.vue | 51 ++++++++++++++++++++---------------- src/views/history/oldHistory.vue | 45 +++++++++++++++++-------------- src/views/usergold/bean/userbean.vue | 42 +++++++++++++++-------------- 4 files changed, 83 insertions(+), 63 deletions(-) diff --git a/src/components/locales/lang/zh-CN.js b/src/components/locales/lang/zh-CN.js index b29e042..d836ba6 100644 --- a/src/components/locales/lang/zh-CN.js +++ b/src/components/locales/lang/zh-CN.js @@ -6,6 +6,7 @@ export default { common: { // 筛选 name: '姓名', + pleaseInputName: '请输入姓名', jwcode: '精网号', jwcodePlaceholder: '请输入精网号', activityName: '活动名称', @@ -91,6 +92,8 @@ export default { freeGoldBean: '免费金豆数:', rechargeGoldBean: '充值金豆数:', totalRechargeSGD: '合计新币数:', + nowGoldBeanNum: '现有金豆数:', + consumeGoldBean: '消费金豆总数:', // 对话框标题 will: '将要', deleteRecord: '删除该翻译记录!', @@ -137,6 +140,7 @@ export default { checkRemark: '请输入备注', checkFormInfo: '请检查并完善表单信息', checkArticleIdFormat: '请检查文章ID格式', + checkNameOrJwcode: '请输入姓名或精网号', // 校验提示(error) noEmptyJwcode: '精网号不能为空', noEmptySumGold: '消耗金币总数不能为空', @@ -240,6 +244,7 @@ export default { remark: '备注', orderStatus: '订单状态', submitter: '提交人', + operator: '操作人', rechargeTime: '充值时间', consumeTime: '消耗时间', refundTime: '退款时间', @@ -265,6 +270,9 @@ export default { articleVideoTitle: '文章/视频标题', author: '作者', payTime: '付费时间', + currentGoldBean: '现有金豆', + historyConsumption: '历史消费', + customerName: '客户姓名', }, // 通用导出字段组 common_export: { diff --git a/src/views/history/newHistory.vue b/src/views/history/newHistory.vue index 35f5ee7..7923946 100644 --- a/src/views/history/newHistory.vue +++ b/src/views/history/newHistory.vue @@ -1,38 +1,38 @@