UPDATE: fk

This commit is contained in:
libertyspy
2026-02-08 20:14:07 +08:00
parent 7909ea8acb
commit d8c429d000
5 changed files with 15 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
<p>说明: {{item.description}}</p>
</template>
<a-list-item @click="()=> handleSelect(item)">
{{ substring(item.name, 25) }}
{{ substring(item.name, 15) }}
</a-list-item>
</a-tooltip>
</template>