From e3f678ece4abab0325a8d83f30f755d423a917f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Wed, 31 Aug 2022 17:34:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=B1=95=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Log.php b/app/Models/Log.php index 74ed88d..75150bf 100644 --- a/app/Models/Log.php +++ b/app/Models/Log.php @@ -83,7 +83,7 @@ class Log extends Model 'add' => '创建', 'status' => '状态', 'name' => '名称', - 'title' => '名称', + 'title' => '标题', 'import' => '导入', 'export' => '导出', 'set' => '设置',