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 @@