Browse Source

导入表格只能输入正整数

duy 3 ngày trước cách đây
mục cha
commit
08e0fefd1c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/data-fill/collapse-form/index.vue

+ 1 - 0
src/views/data-fill/collapse-form/index.vue

@@ -787,6 +787,7 @@
                                 placeholder="请输入页码"
                                 type="number"
                                 min="1"
+                                oninput="value = value > 0 ? parseInt(value) : 1"
                             />
                             <span class="ml-4">页表格</span>
                         </el-radio>