Commit 6a7e11c7 authored by guoyou's avatar guoyou

活动数据

parent d845c043
......@@ -23,15 +23,15 @@
<ul>
<li>
<p>{{information.attendNum}}</p>
<p>参与人数()</p>
<p>参与人数()</p>
</li>
<li>
<p>{{information.finishNum}}</p>
<p>完成任务数()</p>
<p>完成任务数()</p>
</li>
<li>
<p>{{information.amount}}</p>
<p>已发放现金总额()</p>
<p>已发放现金总额()</p>
</li>
</ul>
</div>
......@@ -52,7 +52,7 @@
<el-table-column prop="positionName" label="身份" align="center"></el-table-column>
<el-table-column prop="status" label="状态" align="center">
<template scope="scope">
<span>{{scope.row.status == 1 ? '未完成' : '已完成'}}</span>
<span>{{scope.row.status == 1 ? '已完成' : '未完成'}}</span>
</template>
</el-table-column>
<el-table-column prop="amount" label="当前金额(元)" align="center"></el-table-column>
......
......@@ -89,6 +89,7 @@ export default {
},
//清空搜索
clearSearch() {
this.time = null
this.listQuery = {
page: 1,
limit: 10,
......@@ -97,6 +98,7 @@ export default {
phone: null,
activityId: 2
}
this.getList()
},
//导出
downloadExcel() {
......
......@@ -159,8 +159,9 @@ export default {
startTime: null,
endTime: null,
phone: null,
activityId: 1
activityId: 2
}
this.getList()
},
//导出
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