fixed#gitee#I3J1IL

This commit is contained in:
JaguarJack
2021-04-18 07:45:02 +08:00
parent 898ffbc822
commit be91cfbc4f
6 changed files with 71 additions and 66 deletions

View File

@@ -19,7 +19,7 @@ class Department extends CatchTable
protected function table(): array
{
// TODO: Implement table() method.
return $this->getTable('user')->header([
return $this->getTable('department')->header([
HeaderItem::label('部门名称')->prop('department_name'),
HeaderItem::label('排序')->prop('sort')->withEditNumberComponent(),
HeaderItem::label('状态')->prop('status')->withSwitchComponent(),