|
@@ -20,6 +20,13 @@
|
|
|
@click="onExport"
|
|
|
>活动导出</el-button
|
|
|
> -->
|
|
|
+ <el-button
|
|
|
+ type="primary"
|
|
|
+ style="margin-bottom: 20px"
|
|
|
+ v-permission="'export/vipGroupActivity'"
|
|
|
+ @click="onActiveExport"
|
|
|
+ >活动资格导出</el-button
|
|
|
+ >
|
|
|
<save-form
|
|
|
:inline="true"
|
|
|
class="searchForm"
|
|
@@ -341,13 +348,14 @@ import {
|
|
|
removeVipActive,
|
|
|
enableVipGroupActivity,
|
|
|
} from "@/api/vipSeting";
|
|
|
+import ExportChiose from "@/components/Export-chiose";
|
|
|
import qs from "qs";
|
|
|
import { Export } from "@/utils/downLoadFile";
|
|
|
import cleanDeep from "clean-deep";
|
|
|
import { vipResetTypeList } from "@/utils/searchArray";
|
|
|
export default {
|
|
|
name: "vipActiveList",
|
|
|
- components: { pagination },
|
|
|
+ components: { pagination,ExportChiose },
|
|
|
data() {
|
|
|
return {
|
|
|
vipResetTypeList,
|