!101 权限修改

Merge pull request !101 from develop
This commit is contained in:
赵世界 2022-09-15 10:28:58 +00:00 committed by Gitee
commit c1c4f6fbb9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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,
],
];