From bc8d4cab694c421dc33d810e7e018939ee332e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Thu, 15 Sep 2022 18:28:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E6=9D=83=E9=99=90=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh-CN/permission.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/zh-CN/permission.php b/resources/lang/zh-CN/permission.php index 8105996..bc9692b 100644 --- a/resources/lang/zh-CN/permission.php +++ b/resources/lang/zh-CN/permission.php @@ -269,7 +269,7 @@ return [ ], 'plat_goods.update' => [ 'id' => 1201, - 'name' => '同步库存', + 'name' => '同步开关', 'parent_id' => 120, ], 'plat_goods.destroy' => [ @@ -277,4 +277,9 @@ return [ 'name' => '删除', 'parent_id' => 120, ], + 'plat.sync.stock' => [ + 'id' => 1203, + 'name' => '同步库存', + 'parent_id' => 120, + ], ];