From 0300dfa34b52841ecfaf84a454bb050a7ec47a33 Mon Sep 17 00:00:00 2001 From: Agent Date: Mon, 30 Mar 2026 14:47:21 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dv-for=E5=92=8Cv-if?= =?UTF-8?q?=E5=9C=A8=E5=90=8C=E4=B8=80=E5=85=83=E7=B4=A0=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E4=B8=8D=E6=B8=B2=E6=9F=93=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/category/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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() },