按钮转换成文字类型

This commit is contained in:
仲么了
2024-01-30 14:11:29 +08:00
parent b921e2a7e5
commit a660ee86be
17 changed files with 94 additions and 107 deletions

View File

@@ -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()