会员-按分工会/单位导出

This commit is contained in:
=
2025-11-27 16:04:56 +08:00
parent 4b12f3d5a5
commit 075af05eb6
3 changed files with 60 additions and 1 deletions
@@ -42,7 +42,9 @@ layout("/layouts/platform.html"){
</el-card>
<el-card shadow="never" class="mt10">
<table-tool label="会员统计"></table-tool>
<table-tool label="会员统计">
<el-button size="mini" type="primary" icon="el-icon-download" @click="exportExcel">导出</el-button>
</table-tool>
<el-table :data="tableData" show-summary>
<el-table-column
align="center"
@@ -90,6 +92,13 @@ layout("/layouts/platform.html"){
}
},
methods: {
exportExcel() {
this.$downLoad("/platform/member/statistics/summary/exportExcel", {
queryId: this.pageForm.queryId,
queryType: this.pageForm.queryType,
currentYear: this.pageForm.currentYear
})
},
doExport() {},
initData() {
if (this.$auth.hasRoleOr(["SYSADMIN", "SCHOOL_UNION_ADMIN"])) {