From 64a557bd22ebbcb277584d1dec89d133e6471a23 Mon Sep 17 00:00:00 2001 From: jiangcheng Date: Fri, 10 Apr 2026 11:46:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=A4=9A=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E3=80=81=E8=B5=84=E9=87=91=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E8=B4=A6=E5=AD=97=E6=AE=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/locales/lang/en.js | 1 + src/components/locales/lang/zh-CN.js | 9 +++--- src/views/activityManage/activity.vue | 2 +- .../moneyManage/financialAccount/cashFlow.vue | 36 +++++++++------------- 4 files changed, 22 insertions(+), 26 deletions(-) diff --git a/src/components/locales/lang/en.js b/src/components/locales/lang/en.js index 543d703..68f710b 100644 --- a/src/components/locales/lang/en.js +++ b/src/components/locales/lang/en.js @@ -1331,6 +1331,7 @@ export default { bankHandlingFeePlaceholder: "Please enter bank handling fee", remarks: "Remarks", remarksPlaceholder: "Please enter remarks (optional, limit 100 characters)", + remarkPlaceholderDate:"Need to fill in the handling fee settlement period (e.g. 'March 12, 2026 iPay88 handling fee')", cancel: "Cancel", submit: "Submit", ipay88:"iPay88", diff --git a/src/components/locales/lang/zh-CN.js b/src/components/locales/lang/zh-CN.js index 9d5c4cf..26080a1 100644 --- a/src/components/locales/lang/zh-CN.js +++ b/src/components/locales/lang/zh-CN.js @@ -1339,10 +1339,10 @@ export default { otherIncomeYes:"其他收入-算业绩", quantity:"个数", quantityPlaceholder:"请输入个数", - payType:"支付方式", - payTypePlaceholder:"请选择支付方式", - paymentCurrency:"付款币种", - paymentCurrencyPlaceholder:"请选择付款币种", + payType:"付款方式", + payTypePlaceholder:"请选择付款方式", + paymentCurrency:"币种", + paymentCurrencyPlaceholder:"请选择币种", paymentAmount:"付款金额", paymentAmountPlaceholder:"请输入付款金额", paymentTime:"付款时间", @@ -1351,6 +1351,7 @@ export default { bankHandlingFeePlaceholder:"请输入银行手续费", remarks:"备注", remarksPlaceholder:"请输入备注 (选填,限制100字)", + remarkPlaceholderDate:"需填写手续费结算周期(如“2026年3月12日iPay88手续费”)", cancel:"取消", submit:"提交", ipay88:"iPay88", diff --git a/src/views/activityManage/activity.vue b/src/views/activityManage/activity.vue index f5b072e..73e8b39 100644 --- a/src/views/activityManage/activity.vue +++ b/src/views/activityManage/activity.vue @@ -45,7 +45,7 @@ - + - + + + @@ -783,7 +775,9 @@ onMounted(async () => { show-overflow-tooltip /> - + + +