Merge branch 'main' of https://dd3skj.picp.vip/zhaoxinyu/zhgh_njnu
This commit is contained in:
+8
@@ -35,6 +35,10 @@ const MEMBER_MANAGE_TABLE = {
|
|||||||
|
|
||||||
<el-button type="primary" size="small" icon="el-icon-printer" @click="exportExcel">导出会员名单
|
<el-button type="primary" size="small" icon="el-icon-printer" @click="exportExcel">导出会员名单
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
||||||
|
<el-button type="primary" size="small" icon="el-icon-printer" @click="exportNotEqPhoneExcel" v-if="$auth.hasRoleOr('SYSADMIN,SCHOOL_UNION_ADMIN')">导出会员福利号码不一致名单
|
||||||
|
</el-button>
|
||||||
|
|
||||||
</table-tool>
|
</table-tool>
|
||||||
|
|
||||||
<el-table :data="tableData" :size="tableSize" @sort-change="pageOrder" ref="table" row-key="id"
|
<el-table :data="tableData" :size="tableSize" @sort-change="pageOrder" ref="table" row-key="id"
|
||||||
@@ -321,6 +325,10 @@ const MEMBER_MANAGE_TABLE = {
|
|||||||
exportExcel() {
|
exportExcel() {
|
||||||
const pageForm = clone(this.pageForm)
|
const pageForm = clone(this.pageForm)
|
||||||
this.$downLoad(loc() + "/doExport", pageForm)
|
this.$downLoad(loc() + "/doExport", pageForm)
|
||||||
|
},
|
||||||
|
exportNotEqPhoneExcel(){
|
||||||
|
const pageForm = clone(this.pageForm)
|
||||||
|
this.$downLoad(loc() + "/doExportNotEqPhone", pageForm)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
|||||||
Reference in New Issue
Block a user