From b7d4bde11bd91f78ceac9ac5d805bd0f0244743a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 29 Nov 2021 12:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/web/helpers/user_must_auth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/web/helpers/user_must_auth.go b/internal/web/helpers/user_must_auth.go index 93f50bc0..e88d6637 100644 --- a/internal/web/helpers/user_must_auth.go +++ b/internal/web/helpers/user_must_auth.go @@ -382,13 +382,13 @@ func (this *userMustAuth) modules(actionPtr actions.ActionWrapper, adminId int64 "isOn": teaconst.IsPlus, }, { - "name": "操作记录", + "name": "收支明细", "url": "/finance/logs", "code": "logs", "isOn": teaconst.IsPlus, }, { - "name": "收支报表", + "name": "统计报表", "url": "/finance/income", "code": "income", "isOn": teaconst.IsPlus,