mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
fix: 解决cc防护填写数字报错的BUG
This commit is contained in:
parent
90c7f9cc2c
commit
8927b59bae
@ -6,12 +6,12 @@
|
||||
<el-switch v-model="form.enable" @change="updateEnable"></el-switch>
|
||||
</el-form-item>
|
||||
<el-form-item prop="cycle" :label="$t('website.cycle')">
|
||||
<el-input v-model="form.cycle" maxlength="15">
|
||||
<el-input v-model.number="form.cycle" maxlength="15">
|
||||
<template #append>{{ $t('website.seconds') }}</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item prop="frequency" :label="$t('website.frequency')">
|
||||
<el-input v-model="form.frequency" maxlength="15">
|
||||
<el-input v-model.number="form.frequency" maxlength="15">
|
||||
<template #append>{{ $t('website.count') }}</template>
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
|
Loading…
x
Reference in New Issue
Block a user