From f65503fccef3d86b85d347affd5d5d878392ffab Mon Sep 17 00:00:00 2001
From: MeterSphere Bot <78466014+metersphere-bot@users.noreply.github.com>
Date: Mon, 16 May 2022 18:15:57 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?=
=?UTF-8?q?=E5=9C=BA=E6=99=AF=E5=AF=BC=E5=85=A5=E6=8E=A5=E5=8F=A3=20case?=
=?UTF-8?q?=20=E5=A2=9E=E5=8A=A0=E6=8C=89=E7=85=A7=E5=88=9B=E5=BB=BA?=
=?UTF-8?q?=E6=97=B6=E9=97=B4=E6=8E=92=E5=BA=8F=20(#13615)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
--story=1007329 --user=王孝刚 【绿米联创】场景导入接口 case 增加按照创建时间排序
https://www.tapd.cn/55049933/s/1157572
Co-authored-by: wxg0103 <727495428@qq.com>
---
.../scenario/api/RelevanceCaseList.vue | 10 +++++++
.../components/complete/ApiTableList.vue | 28 +++++++++++++------
2 files changed, 29 insertions(+), 9 deletions(-)
diff --git a/frontend/src/business/components/api/automation/scenario/api/RelevanceCaseList.vue b/frontend/src/business/components/api/automation/scenario/api/RelevanceCaseList.vue
index c1b8f4cd7e..2925273f39 100644
--- a/frontend/src/business/components/api/automation/scenario/api/RelevanceCaseList.vue
+++ b/frontend/src/business/components/api/automation/scenario/api/RelevanceCaseList.vue
@@ -73,6 +73,16 @@
prop="createUser"
:label="'创建人'"/>
+
+
+ {{ scope.row.createTime | timestampFormatDate }}
+
+
+
+ v-if="versionEnable"
+ :label="$t('project.version.name')"
+ :filters="versionFilters"
+ min-width="100px"
+ prop="versionId">
{{ scope.row.versionName }}
+
+
+ {{ scope.row.createTime | timestampFormatDate }}
+
+
+
+ width="160"
+ :label="$t('api_test.definition.api_last_time')"
+ sortable="custom"
+ prop="updateTime">
{{ scope.row.updateTime | timestampFormatDate }}