bug
This commit is contained in:
@@ -66,6 +66,18 @@
|
||||
<ai-card title="报名记录">
|
||||
<template #content>
|
||||
<ai-search-bar class="search-bar">
|
||||
<template #left>
|
||||
<ai-download
|
||||
:instance="instance"
|
||||
url="/appmarketingactivityinfo/exportSignUpList"
|
||||
:params="{
|
||||
...search,
|
||||
activityId: params.id
|
||||
}"
|
||||
fileName="报名记录"
|
||||
:disabled="!tableData.length">
|
||||
</ai-download>
|
||||
</template>
|
||||
<template #right>
|
||||
<el-input
|
||||
v-model="search.name"
|
||||
@@ -103,6 +115,16 @@
|
||||
:selectList="prizes"
|
||||
@change="prizeSearch.current = 1, getPrizeList()">
|
||||
</ai-select>
|
||||
<ai-download
|
||||
:instance="instance"
|
||||
url="/appmarketingactivityinfo/exportTaffleList"
|
||||
:params="{
|
||||
...prizeSearch,
|
||||
activityId: params.id
|
||||
}"
|
||||
fileName="抽奖记录"
|
||||
:disabled="!tableData.length">
|
||||
</ai-download>
|
||||
</template>
|
||||
<template #right>
|
||||
<el-input
|
||||
|
||||
Reference in New Issue
Block a user