feat(Dict.vue): 字典页面改造完成

This commit is contained in:
有来技术
2021-12-11 19:23:51 +08:00
parent f113f8518a
commit f94e14e61c
10 changed files with 360 additions and 66 deletions

View File

@@ -49,7 +49,7 @@
<template #default="scope">
<el-button
type="primary"
:icon="Plus"
:icon="Edit"
size="mini"
circle
plain
@@ -200,8 +200,8 @@ function handleUpdate(row: any) {
})
}
const dataForm = ref(ElForm)
function submitForm() {
const dataForm = ref(ElForm)
const form = unref(dataForm)
form.validate((valid: any) => {
if (valid) {