mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-25 06:57:12 +08:00
chore: 优化部分代码格式
This commit is contained in:
@@ -51,7 +51,7 @@ const { form, resetForm } = useForm({
|
||||
rePassword: ''
|
||||
})
|
||||
|
||||
const columns: Columns = [
|
||||
const columns: Columns = reactive([
|
||||
{
|
||||
label: '手机号',
|
||||
field: 'phone',
|
||||
@@ -137,7 +137,7 @@ const columns: Columns = [
|
||||
return verifyType.value !== 'password'
|
||||
}
|
||||
}
|
||||
]
|
||||
])
|
||||
|
||||
const VerifyRef = ref<InstanceType<any>>()
|
||||
const captchaType = ref('blockPuzzle')
|
||||
|
Reference in New Issue
Block a user