Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dsyerp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
dsyerp
Commits
b0056ff4
Commit
b0056ff4
authored
Apr 22, 2023
by
wxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6bcd2f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
module/Store/config/permission.php
module/Store/config/permission.php
+2
-1
No files found.
module/Store/config/permission.php
View file @
b0056ff4
...
...
@@ -38,10 +38,11 @@ return [
],
GoodsController
::
class
=>
[
'name'
=>
'商品'
,
'action'
=>
[
'index'
,
'add'
,
'importGoods'
,
'edit'
,
'delete'
,
'priceTrend'
,
'goodsWarehouse'
,
'otherWarehouseGoods'
],
'action'
=>
[
'index'
,
'add'
,
'
exportGoods'
,
'
importGoods'
,
'edit'
,
'delete'
,
'priceTrend'
,
'goodsWarehouse'
,
'otherWarehouseGoods'
],
'actionNames'
=>
[
'index'
=>
'商品列表'
,
'add'
=>
'添加商品'
,
'exportGoods'
=>
'批量导出商品'
,
'importGoods'
=>
'批量导入商品'
,
'edit'
=>
'编辑商品'
,
'delete'
=>
'删除商品'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment