From f3648fc46b017d8b0fab688c334e42cec7735c84 Mon Sep 17 00:00:00 2001 From: hdm Date: Tue, 14 Dec 2021 00:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B6=88=E6=81=AF=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=EF=BC=8C=E6=94=AF=E6=8C=81=E5=8F=91=E9=80=81=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=B6=88=E6=81=AF=EF=BC=8C=E4=BC=98=E5=8C=96=E8=A1=8C?= =?UTF-8?q?=E4=B8=BA=E8=AE=B0=E5=BD=95=E7=B1=BB=E5=9E=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/log.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/log.php b/config/log.php index 8fc2b54..9ac2b27 100644 --- a/config/log.php +++ b/config/log.php @@ -59,6 +59,7 @@ return [ 'check' => '审核通过', 'refue' => '审核拒绝', 'open' => '开具', + 'enter' => '到账', 'tovoid' => '作废', 'leave' => '离职', 'reset' => '重新设置',