This commit is contained in:
shijing 2022-09-13 18:52:56 +08:00
commit 051526c243
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
<el-form-item label="播放次数" prop="voice_num">
<el-input-number
v-model="form.voice_num"
:min="2"
:min="1"
:max="10"
controls-position="right"
></el-input-number>