fix: 卡类选择只显示名称不显示价格
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -186,7 +186,7 @@ onMounted(() => {
|
||||
</UiSelectTrigger>
|
||||
<UiSelectContent>
|
||||
<UiSelectItem v-for="type in cardTypes" :key="type.id" :value="String(type.id)">
|
||||
{{ type.name }} - ¥{{ type.price }}
|
||||
{{ type.name }}
|
||||
</UiSelectItem>
|
||||
</UiSelectContent>
|
||||
</UiSelect>
|
||||
|
||||
Reference in New Issue
Block a user