表头修改

This commit is contained in:
仲么了
2024-01-30 16:52:13 +08:00
parent 1a970f3e84
commit 06e716834e
9 changed files with 96 additions and 113 deletions

View File

@@ -40,7 +40,7 @@ const form = reactive({
name: '',
code: '',
remark: '',
sort: 0,
sort: 100,
type: 0,
pid: 0,
id: ''
@@ -63,7 +63,7 @@ const open = (text: string, data?: anyObj) => {
for (let key in form) {
form[key] = ''
}
form.sort = 0
form.sort = 100
form.pid = 0
form.type = 0
}