This commit is contained in:
2021-06-07 09:13:03 +08:00
parent 629475bd4f
commit c976279f59

View File

@@ -62,6 +62,7 @@ class IndexController extends AdminController
$form->belongsToMany('categories', CategorySelectAble::class, __('关联分类'))->required();
$form->textarea('description', '内容简介');
$form->text('duty', '职务')->help('领导班子需要添加此数据');
$form->text('rank', '职称')->help('领导班子需要添加此数据');