From b56028412dfba0e3639c3869f7182efbe7a35b17 Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 25 Dec 2024 18:07:14 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E8=BF=87=E6=BB=A4=E5=99=A8=E6=9D=A1=E4=BB=B6=E4=B8=BA=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE=E6=97=B6=EF=BC=8C=E5=B7=B2=E9=80=89=E6=8B=A9=E6=96=87?= =?UTF-8?q?=E6=A1=88=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editor/filter/auth-tree-chart/FilterFiled.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue index 3a84dfecd7..1126597790 100644 --- a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue +++ b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree-chart/FilterFiled.vue @@ -539,7 +539,7 @@ const emits = defineEmits(['update:item', 'del'])
- {{ t('auth.added') }}{{ checklist.length }} + {{ t('auth.added') + ' ' + checklist.length }}