From 93155c53c2358fcd04743b563739923a274b20ce Mon Sep 17 00:00:00 2001 From: niefei Date: Mon, 2 Jun 2025 17:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E6=98=93=E8=AE=B0=E5=BD=95=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/language.js | 33 +++++-- pages/account/ledger.vue | 130 ++++++++++++++++------------ pages/account/transactionRecord.vue | 1 - 3 files changed, 101 insertions(+), 63 deletions(-) diff --git a/config/language.js b/config/language.js index 14ca9d3..540094b 100644 --- a/config/language.js +++ b/config/language.js @@ -131,6 +131,13 @@ export const LGC_data = { payUti: '充值缴费', qrcodeIn: '二维码收款', refund: '退款', + transferAccounts: "转账", + proxyPayment: "代缴", + payment: "付款", + receivePayment: "收款", + withdrawal: "提现", + other: "其他", + recharge: "充值" }, overview: { NoMoreData: "没有更多", @@ -305,7 +312,7 @@ export const LGC_data = { leName: '法人姓名', lePhone: '法人联系电话', - leMail:'法人电子邮件', + leMail: '法人电子邮件', signDate: '证件签发日期', exTime: '证件到期日期', leId: '法人身份证号', @@ -316,11 +323,11 @@ export const LGC_data = { addrDetail: "经营详细地址", runCode: "营业执照号码", runImg: "营业执照照片", - guaImg:"保证金缴纳证明", - lspf:"批发和零售业", + guaImg: "保证金缴纳证明", + lspf: "批发和零售业", manu: "制造业", serv: "服务业", - cannotbeNUll: "不能为空", + cannotbeNUll: "不能为空", idType: '证件类型', area: '地区', address: '详细地址', @@ -705,7 +712,14 @@ export const LGC_data = { salIn: "Salary Income", payUti: "Recharge and Payment", qrcodeIn: "QR Code Payment Received", - refund: "Refund" + refund: "Refund", + transferAccounts: "transfer accounts", + proxyPayment: "Proxy payment", + payment: "payment", + receivePayment: "receive payment", + withdrawal: "Withdrawal", + other: "other", + recharge: "Recharge" }, overview: { @@ -1279,7 +1293,14 @@ export const LGC_data = { salIn: "ລາຍຮັບເງິນເດືອນ", payUti: "ຊຳລະຄ່າໃຊ້ຈ່າຍ", qrcodeIn: "ຮັບຊຳລະຜໍ QR Code", - refund: "ຄືນເງິນ" + refund: "ຄືນເງິນ", + transferAccounts: "ການໂອນເງິນ", + proxyPayment: "ການຈ່າຍເງິນ", + payment: "ການຊໍາລະເງິນ", + receivePayment: "ການຮັບເງິນ", + withdrawal: "ຖອນເງິນ", + other: "ອື່ນໆ", + recharge: "ເຕີມ" }, overview: { NoMoreData: "ບໍ່ມີຂໍ້ມູນເພີ່ມເຕີມ", diff --git a/pages/account/ledger.vue b/pages/account/ledger.vue index 293143f..1664ee5 100644 --- a/pages/account/ledger.vue +++ b/pages/account/ledger.vue @@ -3,7 +3,10 @@ - + @@ -20,7 +23,8 @@ - + {{$languageData.account.outcome}} @@ -49,11 +53,11 @@ - - + + - {{ item.remark }} + {{ item.billCode.split("@")[0] }} {{item.changeBalance>0?'+':''}}{{ item.changeBalance }} (KIP) @@ -61,7 +65,7 @@ - {{ item.time }} + {{ item.timeFormat }} @@ -80,14 +84,14 @@ - +