fix(ui): issue#490

This commit is contained in:
pycook 2024-05-02 21:28:06 +08:00
parent 618c68423a
commit dc454f081d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
</a-tooltip> </a-tooltip>
<a-tooltip v-if="index !== CITypeGroups.length - 1"> <a-tooltip v-if="index !== CITypeGroups.length - 1">
<template slot="title">{{ $t('cmdb.ciType.up') }}</template> <template slot="title">{{ $t('cmdb.ciType.down') }}</template>
<a <a
><a-icon ><a-icon
type="arrow-down" type="arrow-down"