按钮转换成文字类型
This commit is contained in:
@@ -34,7 +34,7 @@ const tableStore = new TableStore({
|
||||
{ title: '状态', field: 'stateName' },
|
||||
{
|
||||
title: '操作',
|
||||
width: '130',
|
||||
width: '10',
|
||||
render: 'buttons',
|
||||
buttons: [
|
||||
{
|
||||
@@ -42,7 +42,7 @@ const tableStore = new TableStore({
|
||||
title: '审核通过',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-Check',
|
||||
render: 'tipButton',
|
||||
render: 'basicButton',
|
||||
click: row => {
|
||||
checkUser([row.id]).then(res => {
|
||||
tableStore.index()
|
||||
|
||||
Reference in New Issue
Block a user