fix: 修正"Pined"拼写错误为"Pinned

This commit is contained in:
dmy
2026-01-13 21:20:52 +08:00
parent d1e64596aa
commit 3b3cef582e

View File

@@ -2,7 +2,7 @@
<el-card class="box-card" shadow="hover">
<template #header>
<div class="card-header">
<span>Pined</span>
<span>Pinned</span>
<el-tag type="danger">{{ pinnedBids.length }} 个置顶</el-tag>
</div>
</template>