style(接口测试): 接口测试文案修改
--bug=1037459 --user=宋天阳 【接口测试】接口前后置sql,按列存储输入框提示信息修改 https://www.tapd.cn/55049933/s/1484056
This commit is contained in:
parent
81883e5934
commit
3daca3fe56
|
@ -206,7 +206,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="flex h-[calc(100%-47px)] flex-col">
|
<div v-else class="flex h-[calc(100%-47px)] flex-col">
|
||||||
<div class="mb-[16px] flex w-full items-center bg-[var(--color-text-n9)] p-[12px]">
|
<div class="mb-[16px] flex w-full items-center bg-[var(--color-text-n9)] p-[12px]">
|
||||||
<div class="text-[var(--color-text-2)]">
|
<div class="break-word max-w-[70%] break-all text-[var(--color-text-2)]">
|
||||||
{{ condition.commonScriptInfo?.name || '-' }}
|
{{ condition.commonScriptInfo?.name || '-' }}
|
||||||
</div>
|
</div>
|
||||||
<a-divider margin="8px" direction="vertical" />
|
<a-divider margin="8px" direction="vertical" />
|
||||||
|
@ -307,7 +307,7 @@
|
||||||
v-model:model-value="condition.variableNames"
|
v-model:model-value="condition.variableNames"
|
||||||
:max-length="255"
|
:max-length="255"
|
||||||
:disabled="props.disabled"
|
:disabled="props.disabled"
|
||||||
:placeholder="t('apiTestDebug.storageByColPlaceholder', { a: '{id_1}', b: '{username_1}' })"
|
:placeholder="t('apiTestDebug.storageByResultPlaceholder', { a: 'id,username' })"
|
||||||
@input="() => emit('change')"
|
@input="() => emit('change')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue