Browse Source

奇金补收

立航 饭 1 month ago
parent
commit
920757535c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/orders/orderBatchRecharging.vue

+ 2 - 2
src/views/orders/orderBatchRecharging.vue

@@ -32,7 +32,7 @@
                   type="textarea"
                   placeholder="请输入单号,每行一个"
                   v-model="paramsDto.systemNo"
-                  :autosize="{ minRows: 18, maxRows: 100}"
+                  :autosize="{ minRows: 18, maxRows: 500}"
                   class="item-form"
                 />
                 <span class="define-right">{{ currentRowNum }}/{{ maxRowNum }}</span>
@@ -109,7 +109,7 @@ export default {
       confirmLoading: false,
       batchListSource: [],
       currentRowNum: 0,
-      maxRowNum: 100
+      maxRowNum: 500
     }
   },
   watch: {