会员-按分工会/单位导出
This commit is contained in:
+10
-1
@@ -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"])) {
|
||||
|
||||
Reference in New Issue
Block a user