Browse Source

Update record.tsx

lex 1 year ago
parent
commit
9690528548
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/activation-code/record.tsx

+ 1 - 1
src/views/activation-code/record.tsx

@@ -33,7 +33,7 @@ export default defineComponent({
 
     const forms = reactive({
       page: 1,
-      rows: 10,
+      rows: 20,
       code: null as any,
       activateStartTime: dayjs().subtract(1, 'months').format('YYYY-MM-DD'),
       activateEndTime: dayjs().format('YYYY-MM-DD')