feat: wardrobe assets

This commit is contained in:
2026-05-22 11:39:17 +08:00
parent d772cae6bc
commit 4c22311e08
9 changed files with 1262 additions and 905 deletions

View File

@@ -11,7 +11,7 @@
<img :src="info.cover" />
<div class="content">
<div class="title">{{ info.title }}</div>
<div class="brand">
<div class="brand" v-if="showBrand">
<span class="icon"><svg-icon name="order-shop" size="24" /></span>
<span class="text">{{ info.brand }}</span>
</div>
@@ -57,6 +57,7 @@
showDate: { type: Boolean, default: true },
showRemove: { type: Boolean, default: true },
orderActionsLayout: { type: Boolean, default: false },
showBrand: { type: Boolean, default: true },
info: {
type: Object as () => {
status: number