Skip to content

Commit

Permalink
Merge pull request #18 from Xhiny/master
Browse files Browse the repository at this point in the history
添加批量禁用启用表单功能
  • Loading branch information
tiderjian authored Jun 27, 2022
2 parents 70bafa0 + 7d1b525 commit cf7efbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Controller/FormController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public function index(){
$builder
->setNIDByNode()
->addTopButton('addnew')
->addTopButton('forbid')
->addTopButton('resume')
->addTableColumn('title', '表单标题', '', '', false)
->addTableColumn('create_date', '创建时间', 'time')
->addTableColumn('updated_date', '修改时间', 'time')
Expand Down

0 comments on commit cf7efbc

Please sign in to comment.