Compare commits
No commits in common. "64fe1179806406d0a34ebf2ffcd464c981ee51f2" and "96987222aa2f5e25b3e16a75d6e975ae3f92e43a" have entirely different histories.
64fe117980
...
96987222aa
|
|
@ -67,13 +67,8 @@ class EndpointPermissionSeeder extends Seeder
|
||||||
'base_statistics_edit'=>'修改市基础数据'
|
'base_statistics_edit'=>'修改市基础数据'
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
// 全市基础数据
|
//全市基础数据
|
||||||
'agricultural_basic' => ['name' => '基地数据', 'curd' => true],
|
'agricultural_basic' => ['name' => '基地数据', 'curd' => true],
|
||||||
'agricultural_base_overview' => [
|
|
||||||
'name' => '基地概况',
|
|
||||||
'curd' => ['index'],
|
|
||||||
'children' => [],
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
//农作物数据
|
//农作物数据
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue