Commit b0056ff4 authored by wxl's avatar wxl

no message

parent 6bcd2f34
...@@ -38,10 +38,11 @@ return [ ...@@ -38,10 +38,11 @@ return [
], ],
GoodsController::class => [ GoodsController::class => [
'name' => '商品', 'name' => '商品',
'action' =>['index', 'add', 'importGoods', 'edit', 'delete', 'priceTrend', 'goodsWarehouse','otherWarehouseGoods'], 'action' =>['index', 'add', 'exportGoods', 'importGoods', 'edit', 'delete', 'priceTrend', 'goodsWarehouse','otherWarehouseGoods'],
'actionNames' => [ 'actionNames' => [
'index' => '商品列表', 'index' => '商品列表',
'add' => '添加商品', 'add' => '添加商品',
'exportGoods' => '批量导出商品',
'importGoods' => '批量导入商品', 'importGoods' => '批量导入商品',
'edit' => '编辑商品', 'edit' => '编辑商品',
'delete' => '删除商品', 'delete' => '删除商品',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment