mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-12-01 14:40:44 +00:00
feat: #10000 权限修改
This commit is contained in:
parent
6dec884e1f
commit
bc8d4cab69
@ -269,7 +269,7 @@ return [
|
|||||||
],
|
],
|
||||||
'plat_goods.update' => [
|
'plat_goods.update' => [
|
||||||
'id' => 1201,
|
'id' => 1201,
|
||||||
'name' => '同步库存',
|
'name' => '同步开关',
|
||||||
'parent_id' => 120,
|
'parent_id' => 120,
|
||||||
],
|
],
|
||||||
'plat_goods.destroy' => [
|
'plat_goods.destroy' => [
|
||||||
@ -277,4 +277,9 @@ return [
|
|||||||
'name' => '删除',
|
'name' => '删除',
|
||||||
'parent_id' => 120,
|
'parent_id' => 120,
|
||||||
],
|
],
|
||||||
|
'plat.sync.stock' => [
|
||||||
|
'id' => 1203,
|
||||||
|
'name' => '同步库存',
|
||||||
|
'parent_id' => 120,
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user