fix the incorrect title of categories

This commit is contained in:
MaysWind
2025-04-20 17:45:33 +08:00
parent d37b023e11
commit fca8211c4f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -319,7 +319,7 @@
v-for="(categories, categoryType) in allPrimaryCategories"
v-show="categories && categories.length"
>
<f7-list-item divider :title="getTransactionTypeName(categoryTypeToTransactionType(categoryType), 'Type')"></f7-list-item>
<f7-list-item divider :title="getTransactionTypeName(categoryTypeToTransactionType(parseInt(categoryType)), 'Type')"></f7-list-item>
<f7-list-item accordion-item
:title="category.name"
:class="getCategoryListItemCheckedClass(category, queryAllFilterCategoryIds)"