feat: 新增pc端 商品下架功能

This commit is contained in:
Yer
2023-05-10 13:51:24 +08:00
parent 724922dddc
commit 1c765f37cf
3 changed files with 26 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
alt=""
/>
<p v-if="_Title">{{ _Title }}</p>
<slot></slot>
</div>
</template>
@@ -35,6 +36,6 @@ export default {
}
p {
cursor: pointer;
}
</style>