From 3daca3fe56d66a8df14534db3ab2e6727fd503ce Mon Sep 17 00:00:00 2001 From: Jianguo-Genius Date: Fri, 29 Mar 2024 16:15:31 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95=E6=96=87=E6=A1=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1037459 --user=宋天阳 【接口测试】接口前后置sql,按列存储输入框提示信息修改 https://www.tapd.cn/55049933/s/1484056 --- frontend/src/views/api-test/components/condition/content.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/api-test/components/condition/content.vue b/frontend/src/views/api-test/components/condition/content.vue index 4a6db677b3..f132b31253 100644 --- a/frontend/src/views/api-test/components/condition/content.vue +++ b/frontend/src/views/api-test/components/condition/content.vue @@ -206,7 +206,7 @@
-
+
{{ condition.commonScriptInfo?.name || '-' }}
@@ -307,7 +307,7 @@ v-model:model-value="condition.variableNames" :max-length="255" :disabled="props.disabled" - :placeholder="t('apiTestDebug.storageByColPlaceholder', { a: '{id_1}', b: '{username_1}' })" + :placeholder="t('apiTestDebug.storageByResultPlaceholder', { a: 'id,username' })" @input="() => emit('change')" />