升级 element plus 版本 -> 2.2.6

This commit is contained in:
吕金泽
2022-06-23 21:25:36 +08:00
parent 01e600707a
commit f9f449761b
17 changed files with 87 additions and 52 deletions
@@ -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>