mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2026-04-26 00:00:04 +08:00
升级 element plus 版本 -> 2.2.6
This commit is contained in:
@@ -80,7 +80,8 @@
|
||||
{
|
||||
permission: 'data:test:save',
|
||||
label: '修改',
|
||||
type: 'text',
|
||||
type: 'primary',
|
||||
link: true,
|
||||
icon: 'ElEdit',
|
||||
click: (row) => {
|
||||
magicFormTitle.value = '修改'
|
||||
@@ -89,7 +90,8 @@
|
||||
}, {
|
||||
permission: 'data:test:delete',
|
||||
label: '删除',
|
||||
type: 'text',
|
||||
type: 'primary',
|
||||
link: true,
|
||||
icon: 'ElDelete',
|
||||
click: (row) => {
|
||||
proxy.$common.handleDelete({
|
||||
@@ -104,7 +106,7 @@
|
||||
]
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
const formOptions = reactive({
|
||||
detail: {
|
||||
request: {
|
||||
@@ -145,9 +147,9 @@
|
||||
props: {
|
||||
type: 'textarea'
|
||||
}
|
||||
|
||||
|
||||
}]
|
||||
}]
|
||||
}
|
||||
})
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user