fixed
This commit is contained in:
parent
d32d72ec64
commit
e171233df5
|
|
@ -23,7 +23,7 @@ class SettingRepo
|
|||
public static function getPluginStatusColumn(): array
|
||||
{
|
||||
return [
|
||||
'name' => 'active',
|
||||
'name' => 'status',
|
||||
'label' => '是否开启',
|
||||
'type' => 'bool',
|
||||
'required' => true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue