表格按钮固定
This commit is contained in:
@@ -71,7 +71,7 @@ const tableStore = new TableStore({
|
||||
{
|
||||
title: '状态',
|
||||
field: 'state',
|
||||
width: '80',
|
||||
width: '100',
|
||||
render: 'tag',
|
||||
custom: {
|
||||
0: 'danger',
|
||||
@@ -133,7 +133,7 @@ const tableStore = new TableStore({
|
||||
{
|
||||
name: 'edit',
|
||||
title: '激活',
|
||||
type: 'success',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-Open',
|
||||
render: 'basicButton',
|
||||
disabled: row => {
|
||||
|
||||
Reference in New Issue
Block a user