Commit 6a7e11c7 authored by guoyou's avatar guoyou

活动数据

parent d845c043
...@@ -23,15 +23,15 @@ ...@@ -23,15 +23,15 @@
<ul> <ul>
<li> <li>
<p>{{information.attendNum}}</p> <p>{{information.attendNum}}</p>
<p>参与人数()</p> <p>参与人数()</p>
</li> </li>
<li> <li>
<p>{{information.finishNum}}</p> <p>{{information.finishNum}}</p>
<p>完成任务数()</p> <p>完成任务数()</p>
</li> </li>
<li> <li>
<p>{{information.amount}}</p> <p>{{information.amount}}</p>
<p>已发放现金总额()</p> <p>已发放现金总额()</p>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<el-table-column prop="positionName" label="身份" align="center"></el-table-column> <el-table-column prop="positionName" label="身份" align="center"></el-table-column>
<el-table-column prop="status" label="状态" align="center"> <el-table-column prop="status" label="状态" align="center">
<template scope="scope"> <template scope="scope">
<span>{{scope.row.status == 1 ? '未完成' : '已完成'}}</span> <span>{{scope.row.status == 1 ? '已完成' : '未完成'}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="amount" label="当前金额(元)" align="center"></el-table-column> <el-table-column prop="amount" label="当前金额(元)" align="center"></el-table-column>
......
...@@ -89,6 +89,7 @@ export default { ...@@ -89,6 +89,7 @@ export default {
}, },
//清空搜索 //清空搜索
clearSearch() { clearSearch() {
this.time = null
this.listQuery = { this.listQuery = {
page: 1, page: 1,
limit: 10, limit: 10,
...@@ -97,6 +98,7 @@ export default { ...@@ -97,6 +98,7 @@ export default {
phone: null, phone: null,
activityId: 2 activityId: 2
} }
this.getList()
}, },
//导出 //导出
downloadExcel() { downloadExcel() {
......
...@@ -159,8 +159,9 @@ export default { ...@@ -159,8 +159,9 @@ export default {
startTime: null, startTime: null,
endTime: null, endTime: null,
phone: null, phone: null,
activityId: 1 activityId: 2
} }
this.getList()
}, },
//导出 //导出
downloadExcel() { downloadExcel() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment