From badf5ada133e549748ffba3928dd9031dfb4e301 Mon Sep 17 00:00:00 2001 From: wxz Date: Tue, 6 Aug 2024 16:42:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E3=80=90=E5=B1=85=E6=B0=91=E7=B1=BB?= =?UTF-8?q?=E5=88=AB=E7=BB=9F=E8=AE=A1=E3=80=91=E7=BD=91=E6=A0=BC=E5=91=98?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=88=E5=AD=97=E6=AE=B5=E5=90=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/classification/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/base/classification/index.vue b/src/views/modules/base/classification/index.vue index f55b29908..12dbf0231 100644 --- a/src/views/modules/base/classification/index.vue +++ b/src/views/modules/base/classification/index.vue @@ -375,7 +375,7 @@ - +
@@ -634,7 +634,7 @@
网格员
-
{{ categoryList.gridManagerFlagCount || 0 }}
+
{{ categoryList.gridMemberFlagCount || 0 }}
@@ -642,7 +642,7 @@
网格员(虚拟网格)
-
{{ categoryList.gridManagerFlagVirtualCount || 0 }}
+
{{ categoryList.gridMemberFlagVirtualCount || 0 }}
@@ -789,4 +789,4 @@ export default { overflow-x: hidden !important; } } - \ No newline at end of file +