继续重构模块列表前端样式

This commit is contained in:
2021-03-17 03:15:10 +08:00
parent 181fa17fdd
commit cd3a44340e
192 changed files with 3321 additions and 4596 deletions
+3 -8
View File
@@ -5,9 +5,9 @@ return [
"description" => "系统模块",
'dialogs' => [
'region' => [
'name' => '行政区域',
'model' => 'Gdoo\System\Region::Dialog',
'url' => 'system/region/dialog',
'name' => '行政区域',
'model' => 'Gdoo\System\Models\Region::Dialog',
'url' => 'system/region/dialog',
],
],
"controllers" => [
@@ -133,11 +133,6 @@ return [
"index" => [
"name" => "列表"
],
/*
"create" => [
"name" => "新建"
],
*/
"edit" => [
"name" => "编辑"
],