forked from github/dataease
refactor: UI
This commit is contained in:
parent
d5d57c6a48
commit
4bca0ebfbc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user