去掉无用的参数
修改表单构建关联字段的逻辑 修改外部插件说明
This commit is contained in:
@@ -9,7 +9,7 @@ class CustomerRegion extends BaseModel
|
||||
public static $tabs = [
|
||||
'name' => 'tab',
|
||||
'items' => [
|
||||
['value' => 'region.index', 'url' => 'customer/region/index', 'name' => '销售团队'],
|
||||
['value' => 'region.index', 'url' => 'customer/region/index', 'name' => '销售组'],
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user