mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-27 14:57:08 +08:00
chore: 优化部分代码格式
This commit is contained in:
@@ -38,7 +38,7 @@ const options: Options = {
|
||||
btns: { hide: true }
|
||||
}
|
||||
|
||||
const columns: Columns = [
|
||||
const columns: Columns = reactive([
|
||||
{
|
||||
label: '上级部门',
|
||||
field: 'parentId',
|
||||
@@ -99,7 +99,7 @@ const columns: Columns = [
|
||||
uncheckedText: '禁用'
|
||||
}
|
||||
}
|
||||
]
|
||||
])
|
||||
|
||||
const { form, resetForm } = useForm({
|
||||
sort: 999,
|
||||
|
Reference in New Issue
Block a user