From 7d401534e18869e2d05f85a8eb50225f9f06c920 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 25 Aug 2022 16:21:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=AB=E9=83=BD=E5=BE=85=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E9=97=AE=E9=A2=988?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppCreditPoints/AppGridIntegral.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppCreditPoints/AppGridIntegral.vue b/src/apps/AppCreditPoints/AppGridIntegral.vue index 00ce23ff..8347b3f1 100644 --- a/src/apps/AppCreditPoints/AppGridIntegral.vue +++ b/src/apps/AppCreditPoints/AppGridIntegral.vue @@ -43,7 +43,7 @@ import {mapState} from 'vuex' export default { name: "AppGridIntegral", - appName: "网格员积分", + appName: "微网格长(员)积分", computed: { ...mapState(['user']) },