From 03b1296a6eb1632aa8b78e0339c7a84cde89163a Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Thu, 22 Jan 2026 18:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E6=B0=B4=E8=B4=A6=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/locales/lang/en.js | 2 +- src/components/locales/lang/zh-CN.js | 2 +- src/views/moneyManage/financialAccount/performanceAttribution.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/locales/lang/en.js b/src/components/locales/lang/en.js index 032f63c..1dc066b 100644 --- a/src/components/locales/lang/en.js +++ b/src/components/locales/lang/en.js @@ -113,7 +113,7 @@ export default { batchImport: "Batch Import", import: "Import", uploadHint: "Drag file here or click", - pendingFee: "Fee Pending", + pendingFee: "Pending Payment", viewRejectReason: "Reject Reason", viewProgress: "View Progress", // Buttons-Date diff --git a/src/components/locales/lang/zh-CN.js b/src/components/locales/lang/zh-CN.js index 62a2c48..c826ea9 100644 --- a/src/components/locales/lang/zh-CN.js +++ b/src/components/locales/lang/zh-CN.js @@ -113,7 +113,7 @@ export default { batchImport: "批量导入", import: "导入", uploadHint: "将文件拖到此处,或点击上传", - pendingFee: "待填写手续费", + pendingFee: "待到账", viewRejectReason: "查看驳回理由", viewProgress: "查看进度", // 按钮组-日期 diff --git a/src/views/moneyManage/financialAccount/performanceAttribution.vue b/src/views/moneyManage/financialAccount/performanceAttribution.vue index be8761f..da47053 100644 --- a/src/views/moneyManage/financialAccount/performanceAttribution.vue +++ b/src/views/moneyManage/financialAccount/performanceAttribution.vue @@ -90,7 +90,7 @@ const fetchData = async () => { pageSize: queryParams.pageSize, performanceDTO:{ jwcode: queryParams.jwcode, - adminMarket: adminData.value.markets.split(',').filter(item => item.trim() !== '') || [], + adminMarket: adminData.value.marketName.split(',').filter(item => item.trim() !== '') || [], customerMarket: queryParams.customerMarket, startTime: queryParams.timeRange?.[0] ? dayjs(queryParams.timeRange[0]).format('YYYY-MM-DD HH:mm:ss') : '', endTime: queryParams.timeRange?.[1] ? dayjs(queryParams.timeRange[1]).format('YYYY-MM-DD HH:mm:ss') : '',