|
|
@ -6,6 +6,7 @@ |
|
|
|
:columns="columns" |
|
|
|
:table_config="table_config" |
|
|
|
table_height="100%" |
|
|
|
:show_form_other_btn="true" |
|
|
|
> |
|
|
|
<template #table_form_content="{ form_param }"> |
|
|
|
<el-form-item prop="userNo" label="用户ID"> |
|
|
@ -37,7 +38,7 @@ import { useRouter } from "vue-router"; |
|
|
|
import { isArray } from "lodash"; |
|
|
|
import moment from "moment"; |
|
|
|
|
|
|
|
import { IStatisticsBigRecharge, fetchPageBigRecharges } from "@/api/module/statistics_big_recharge"; |
|
|
|
import { IStatisticsBigRecharge, fetchPageBigRecharges, exportBigRecharges } from "@/api/module/statistics_big_recharge"; |
|
|
|
import { DEFAULT_TIME_FORMATTER } from "@/enum/formatter"; |
|
|
|
|
|
|
|
const $router = useRouter(); |
|
|
@ -83,6 +84,7 @@ const table_config: TableType<IStatisticsBigRecharge> = { |
|
|
|
return params; |
|
|
|
}, |
|
|
|
defaultValue: "-", |
|
|
|
handleLoadDownloadData:exportBigRecharges, |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|