diff --git a/src/pages/category/index.vue b/src/pages/category/index.vue index 4d0a4c0..0209021 100644 --- a/src/pages/category/index.vue +++ b/src/pages/category/index.vue @@ -70,7 +70,7 @@ × - + 公式: @@ -107,6 +107,11 @@ export default { attributes: [] } }, + computed: { + formulaAttrs() { + return this.attributes.filter(a => a.attrType === 'formula') + } + }, onLoad() { this.loadCategories() },