播放次数最小一次

This commit is contained in:
曹前明 2022-09-13 17:38:03 +08:00
parent 60a352aec8
commit 5c540505fb
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>