表头增加可显状态

This commit is contained in:
JaguarJack 2021-05-11 18:48:10 +08:00
parent 95d294afcd
commit 67363e6478

View File

@ -11,6 +11,8 @@ class HeaderItem
{ {
$this->attributes['label'] = $label; $this->attributes['label'] = $label;
$this->attributes['show'] = true;
return $this; return $this;
} }