一、JS自定义按钮 + 按钮隐藏
1、FastAdmin JS自定义按钮
效果图:
自定义video视频按钮
{
field: 'operate',
title: __('Operate'),
table: table,
events: Table.api.events.operate,
buttons: [
{
name: 'video',
text: __('视频'),
icon: 'fa fa-list',
classname: 'btn btn-xs btn-primary btn-addtabs',
url: 'major/chapter/index/subject_id/{ids}',
}
],
formatter: Table.api.formatter.operate
}
2、隐藏video视频按钮
效果图: