From db1df5b8ebe44322e6ecc9384394b7e502d93552 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Tue, 15 Mar 2022 14:26:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96csv=E9=A2=84=E8=A7=88=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1011052 --user=赵勇 【易保,企业客户】场景变量CSV,相关问题汇总 https://www.tapd.cn/55049933/s/1117938 --- .../components/api/automation/scenario/variable/EditCsv.vue | 2 +- frontend/src/i18n/en-US.js | 2 +- frontend/src/i18n/zh-CN.js | 2 +- frontend/src/i18n/zh-TW.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/variable/EditCsv.vue b/frontend/src/business/components/api/automation/scenario/variable/EditCsv.vue index 73e136f849..6a6f703b90 100644 --- a/frontend/src/business/components/api/automation/scenario/variable/EditCsv.vue +++ b/frontend/src/business/components/api/automation/scenario/variable/EditCsv.vue @@ -125,7 +125,7 @@ this.loading = false; }, step(results, parser) { - if(this.allData.length < 2000) { + if(this.allData.length < 500) { this.allData.push(results.data); }else{ this.showMessage = true; diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index fd363d9576..ac29c61ff4 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -2603,7 +2603,7 @@ export default { }, variables: { ƒ: "Only CSV files can be uploaded", - csv_message: "2000 items are displayed by default, and the complete content can be downloaded and viewed.", + csv_message: "500 items are displayed by default, and the complete content can be downloaded and viewed.", end: "end", start: "start", increment: "increment", diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 80e829a88b..c808abead6 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -2606,7 +2606,7 @@ export default { }, variables: { cvs_info: "只能上传CSV文件", - csv_message: "默认展示2000条,完整的内容可点击下载查看。", + csv_message: "默认展示500条,完整的内容可点击下载查看。", end: "结束", start: "开始", increment: "增量", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 3c0ed90d81..156667a0d5 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -2605,7 +2605,7 @@ export default { }, variables: { cvs_info: "只能上傳CSV文件", - csv_message: "默認展示2000條,完整的內容可點擊下載查看。", + csv_message: "默認展示500條,完整的內容可點擊下載查看。", end: "結束", start: "開始", increment: "增量",