From d634f9d5403ea6fdae43c3e4b3d6d21a3e6f06e3 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Mon, 8 Mar 2021 13:14:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=85=A5=E8=B5=84=E6=BA=90=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=B2=A1=E6=9C=89=E4=B8=8A=E4=BC=A0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/performance/test/components/ExistFiles.vue | 8 +++++++- frontend/src/business/components/xpack | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/performance/test/components/ExistFiles.vue b/frontend/src/business/components/performance/test/components/ExistFiles.vue index 5a8814d357..5a8ea694be 100644 --- a/frontend/src/business/components/performance/test/components/ExistFiles.vue +++ b/frontend/src/business/components/performance/test/components/ExistFiles.vue @@ -121,7 +121,13 @@ export default { if (this.loadType === 'resource') { rows.forEach(row => { - this.tableData.push(row); + this.fileList.push(row); + this.tableData.push({ + name: row.name, + size: (row.size / 1024).toFixed(2) + ' KB', + type: 'JMX', + updateTime: row.lastModified, + }); }) this.$success(this.$t('test_track.case.import.success')); this.loadFileVisible = false; diff --git a/frontend/src/business/components/xpack b/frontend/src/business/components/xpack index ef5067d0de..e4422e1dc6 160000 --- a/frontend/src/business/components/xpack +++ b/frontend/src/business/components/xpack @@ -1 +1 @@ -Subproject commit ef5067d0de3ed940a5d31485f6370f201818dc3a +Subproject commit e4422e1dc640704febfbf469185cd85b78d2147a