按钮转换成文字类型
This commit is contained in:
@@ -265,7 +265,7 @@ const tableStore = new TableStore({
|
||||
title: '编辑',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-EditPen',
|
||||
render: 'tipButton',
|
||||
render: 'basicButton',
|
||||
|
||||
click: async row => {
|
||||
dialogFormVisible.value = true
|
||||
@@ -280,7 +280,7 @@ const tableStore = new TableStore({
|
||||
title: '二维码',
|
||||
type: 'primary',
|
||||
icon: 'el-icon-Grid',
|
||||
render: 'tipButton',
|
||||
render: 'basicButton',
|
||||
|
||||
click: row => {
|
||||
deivce.value = row
|
||||
@@ -305,7 +305,7 @@ const tableStore = new TableStore({
|
||||
title: '删除',
|
||||
type: 'danger',
|
||||
icon: 'el-icon-Delete',
|
||||
render: 'tipButton',
|
||||
render: 'basicButton',
|
||||
|
||||
click: row => {
|
||||
ElMessageBox.confirm('确定删除该设备吗?', '提示', {
|
||||
|
||||
Reference in New Issue
Block a user