feat(工具箱): 处理工具箱分类“enabled”属性

This commit is contained in:
2024-09-08 15:08:15 +08:00
parent 2365231986
commit 05f3fbc454
2 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
<!-- 分类项 -->
<n-collapse-item
v-for="categoryItem in toolList"
v-show="categoryItem.enabled"
:key="categoryItem.id"
:name="categoryItem.id"
:title="categoryItem.title"