From 0c248627ba497b7b431bb11cee400785b4f09440 Mon Sep 17 00:00:00 2001 From: junhong Date: Fri, 21 Jan 2022 17:31:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96):=20=E5=8F=82=E6=95=B0=E8=AE=BE=E7=BD=AE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9C=89=E9=81=AE=E6=8C=A1=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1009818 --user=周骏弘 【接口测试】场景,参数设置,参数显示有遮挡 https://www.tapd.cn/55049933/s/1095753 --- .../components/ApiVariableAdvance.vue | 77 +++++++++---------- 1 file changed, 36 insertions(+), 41 deletions(-) diff --git a/frontend/src/business/components/api/definition/components/ApiVariableAdvance.vue b/frontend/src/business/components/api/definition/components/ApiVariableAdvance.vue index 242a9ca3d1..f4f6879c0f 100644 --- a/frontend/src/business/components/api/definition/components/ApiVariableAdvance.vue +++ b/frontend/src/business/components/api/definition/components/ApiVariableAdvance.vue @@ -82,32 +82,6 @@ - - - -
-

{{ $t('api_test.environment.environment') }}

- -
-
-

{{ $t('api_test.scenario.scenario') }}

- -
-
- -
-

{{ $t('api_test.request.jmeter_func') }}

- - - - - -
-
-
-
- - @@ -140,7 +114,6 @@ -
@@ -170,7 +143,6 @@
-

{{ $t('api_test.definition.request.extract_params') }}

@@ -187,25 +159,45 @@ + + + + +
+

{{ $t('api_test.request.jmeter_func') }}

+ + + + + +
+
+
+
-
- +
+ + + + {{ $t('commons.save') }} + + + {{ $t('api_test.request.parameters_advance_add_func') }} + + + {{ $t('api_test.request.parameters_preview') }} + + - - {{ $t('commons.save') }} - - - {{ $t('api_test.request.parameters_advance_add_func') }} - - - {{ $t('api_test.request.parameters_preview') }} -
@@ -602,8 +594,11 @@ savePreParams(data) { this.itemValue = '${' + data + '}'; }, - - + handleRowClick(row) { + if(row && row.name){ + this.itemValue = row.name; + } + }, // 前置返回 nodeExpand(data) {