按钮转换成文字类型

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

@@ -70,7 +70,7 @@ const tableStore = new TableStore({
{
title: '操作',
align: 'center',
width: '130',
width: '180',
render: 'buttons',
buttons: [
{
@@ -78,7 +78,7 @@ const tableStore = new TableStore({
title: '编辑',
type: 'primary',
icon: 'el-icon-EditPen',
render: 'tipButton',
render: 'basicButton',
click: row => {
popupRef.value.open('编辑角色', row)
}