表格按钮固定
This commit is contained in:
@@ -54,7 +54,7 @@ const tableStore = new TableStore({
|
||||
buttons: [
|
||||
{
|
||||
name: 'edit',
|
||||
title: '编辑编辑',
|
||||
title: '编辑',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-EditPen',
|
||||
render: 'basicButton',
|
||||
@@ -64,7 +64,7 @@ const tableStore = new TableStore({
|
||||
},
|
||||
{
|
||||
name: 'del',
|
||||
title: '删除接口',
|
||||
title: '删除',
|
||||
type: 'danger',
|
||||
icon: 'el-icon-Delete',
|
||||
render: 'confirmButton',
|
||||
|
||||
Reference in New Issue
Block a user