fix(项目管理): 环境管理响应体(紧急)bug
This commit is contained in:
parent
c2c1dfa852
commit
6829df6aa9
|
@ -485,7 +485,7 @@
|
|||
dataIndex: 'expectedValue',
|
||||
slotName: 'expectedValue',
|
||||
titleSlotName: 'expectedTitle',
|
||||
typeTitleTooltip: t('ms.assertion.expectedValueTitle'),
|
||||
// typeTitleTooltip: t('ms.assertion.expectedValueTitle'),
|
||||
},
|
||||
{
|
||||
title: '',
|
||||
|
|
|
@ -348,7 +348,7 @@
|
|||
</a-select>
|
||||
</template>
|
||||
<!-- 匹配值 -->
|
||||
<template #expectedTitle="{ columnConfig }">
|
||||
<!-- <template #expectedTitle="{ columnConfig }">
|
||||
<div class="flex items-center text-[var(--color-text-3)]">
|
||||
{{ t('apiTestDebug.paramType') }}
|
||||
<a-tooltip :content="columnConfig.typeTitleTooltip" position="right">
|
||||
|
@ -358,7 +358,7 @@
|
|||
/>
|
||||
</a-tooltip>
|
||||
</div>
|
||||
</template>
|
||||
</template> -->
|
||||
<template #expectedValue="{ record, rowIndex, columnConfig }">
|
||||
<a-tooltip
|
||||
v-if="columnConfig.hasRequired"
|
||||
|
|
Loading…
Reference in New Issue