Explorar el Código

Update record.tsx

lex hace 1 año
padre
commit
9690528548
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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')