@@ -42,7 +42,7 @@
<el-input-number
v-model="modalForm.paperCount"
:min="1"
- :max="5"
+ :max="20"
:step="1"
step-strictly
></el-input-number>