add:新增表单构建器
This commit is contained in:
parent
4f0c37d281
commit
e412fd3b60
@ -747,6 +747,27 @@ class SystemMenusSeed extends Seeder
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
9 =>
|
||||||
|
array (
|
||||||
|
'id' => 116,
|
||||||
|
'permission_name' => '表单构建',
|
||||||
|
'parent_id' => 38,
|
||||||
|
'level' => '38',
|
||||||
|
'route' => '/system/form',
|
||||||
|
'icon' => 'el-icon-knife-fork',
|
||||||
|
'module' => 'system',
|
||||||
|
'creator_id' => 1,
|
||||||
|
'permission_mark' => 'form',
|
||||||
|
'component' => 'form',
|
||||||
|
'redirect' => '',
|
||||||
|
'keepalive' => 1,
|
||||||
|
'type' => 1,
|
||||||
|
'hidden' => 1,
|
||||||
|
'sort' => 1,
|
||||||
|
'created_at' => 1600648935,
|
||||||
|
'updated_at' => 1600648935,
|
||||||
|
'deleted_at' => 0,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user