|
@@ -35,7 +35,7 @@
|
|
|
icon="el-icon-download"
|
|
|
size="small"
|
|
|
@click="handleExportDraw"
|
|
|
- v-hasPermi="['order:userTicket:export']"
|
|
|
+ v-hasPermi="['business:marketing:export']"
|
|
|
>导出中奖数据</el-button>
|
|
|
</el-col>
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
@@ -75,9 +75,8 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import { getMarketingList, delMarketing, setMarketingStatus, setMarketingStatusOff, } from '@/api/business/marketing'
|
|
|
+import { getMarketingList, delMarketing, setMarketingStatus, setMarketingStatusOff, ticketMarketingExport } from '@/api/business/marketing'
|
|
|
import ActivityTable from "./components/ActivityTable";
|
|
|
-import { accDiv } from '@/utils/util'
|
|
|
export default {
|
|
|
name: 'CouponList',
|
|
|
components:{
|
|
@@ -174,7 +173,7 @@ export default {
|
|
|
text: "正在导出活动数据.....",
|
|
|
background: "rgba(0, 0, 0, 0.7)",
|
|
|
});
|
|
|
- return ticketOrderExport(this.queryParams);
|
|
|
+ return ticketMarketingExport(this.queryParams);
|
|
|
})
|
|
|
.then((response) => {
|
|
|
this.vloading.close();
|