From b491c783ad5256ae6ea7f3e6e8f11c9d6521669e Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Fri, 8 Mar 2024 11:53:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=AE=A1=E7=90=86=E6=96=AD=E8=A8=80=E4=B8=8D?= =?UTF-8?q?=E5=8C=85=E6=8B=AC=E5=93=8D=E5=BA=94=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ms-assertion/comp/ResponseHeaderTab.vue | 42 ++-- .../ms-assertion/comp/ResponseTimeTab.vue | 28 ++- .../ms-assertion/comp/StatusCodeTab.vue | 42 ++-- .../ms-assertion/comp/VariableTab.vue | 33 +-- .../business/ms-assertion/index.vue | 212 ++++++++++++------ .../components/business/ms-assertion/type.ts | 13 ++ .../views/api-test/components/paramTable.vue | 17 +- 7 files changed, 254 insertions(+), 133 deletions(-) diff --git a/frontend/src/components/business/ms-assertion/comp/ResponseHeaderTab.vue b/frontend/src/components/business/ms-assertion/comp/ResponseHeaderTab.vue index ac883c229c..770cf0e551 100644 --- a/frontend/src/components/business/ms-assertion/comp/ResponseHeaderTab.vue +++ b/frontend/src/components/business/ms-assertion/comp/ResponseHeaderTab.vue @@ -1,7 +1,7 @@ diff --git a/frontend/src/components/business/ms-assertion/comp/StatusCodeTab.vue b/frontend/src/components/business/ms-assertion/comp/StatusCodeTab.vue index f3e857afb2..58ac5469f5 100644 --- a/frontend/src/components/business/ms-assertion/comp/StatusCodeTab.vue +++ b/frontend/src/components/business/ms-assertion/comp/StatusCodeTab.vue @@ -3,12 +3,11 @@
{{ t('ms.assertion.statusCode') }}
@@ -17,15 +16,14 @@
- @@ -34,28 +32,30 @@ diff --git a/frontend/src/components/business/ms-assertion/comp/VariableTab.vue b/frontend/src/components/business/ms-assertion/comp/VariableTab.vue index bb0a710c5e..c3edb5f104 100644 --- a/frontend/src/components/business/ms-assertion/comp/VariableTab.vue +++ b/frontend/src/components/business/ms-assertion/comp/VariableTab.vue @@ -1,6 +1,6 @@
- +
{{ index + 1 }} - {{ item.label }} + {{ item.name }}
@@ -50,40 +50,46 @@
- +
- + + + + + + +
@@ -92,6 +98,7 @@