From f0b4b4637a7a5f2ae0a173fe0bd3dab05fc13c01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BB=BA=E7=82=8A?= <924182103@qq.com> Date: Fri, 9 Aug 2024 16:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=B2=9C=E8=8A=B12.0-=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=B5=8B=E8=AF=95bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/zh-CN/permission.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/zh-CN/permission.php b/resources/lang/zh-CN/permission.php index 73409e4..509eecb 100644 --- a/resources/lang/zh-CN/permission.php +++ b/resources/lang/zh-CN/permission.php @@ -527,28 +527,28 @@ return [ ], 'PURCHASE_RECORD' => [ 'id' => 192, - 'name' => '采购记录', + 'name' => '入库记录', 'parent_id' => 19, 'show' => 1, ], 'purchase_record.index' => [ 'id' => 1921, - 'name' => '采购单首页', + 'name' => '入库记录首页', 'parent_id' => 192 ], 'purchase_record.update' => [ 'id' => 1922, - 'name' => '采购单更新', + 'name' => '入库记录更新', 'parent_id' => 192 ], 'purchase_record.store' => [ 'id' => 1923, - 'name' => '采购单新增', + 'name' => '入库记录新增', 'parent_id' => 192 ], 'purchase_record.purchase_import' => [ 'id' => 1924, - 'name' => '导购单批量导入', + 'name' => '入库记录批量导入', 'parent_id' => 192 ], 'LOSS_RECORD' => [