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