refactor: UI

This commit is contained in:
wangjiahao 2023-12-01 21:35:02 +08:00
parent d5d57c6a48
commit 4bca0ebfbc

View File

@ -118,9 +118,7 @@
<el-row style="display: inline" v-if="state.marketActiveTab === '推荐'"> <el-row style="display: inline" v-if="state.marketActiveTab === '推荐'">
<el-row <el-row
style="display: inline; margin-bottom: 16px" style="display: inline; margin-bottom: 16px"
v-for="(categoryItem, index) in categoriesComputed.filter( v-for="(categoryItem, index) in categoriesComputed"
item => !['最近使用'].includes(item['label'])
)"
:key="index" :key="index"
> >
<category-template-v2 <category-template-v2