fix(工作台): 修复测试计划数量卡片已归档悬浮tooltip文案
This commit is contained in:
parent
a4412107ec
commit
7da8c68aaa
|
@ -40,7 +40,11 @@
|
|||
class="mr-[8px] text-center text-[var(--color-text-brand)]"
|
||||
@click="goNavigation(passItem, index, true)"
|
||||
>
|
||||
<a-tooltip :content="t('common.archived')" position="top">
|
||||
<span>
|
||||
{{ hasPermission ? addCommasToNumber(passItem.archivedPassed || 0) : '-' }}
|
||||
</span>
|
||||
</a-tooltip>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue