活动统计
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
v-model="time1"
|
||||
type="month"
|
||||
size="small"
|
||||
:clearable="false"
|
||||
@change="getInfo"
|
||||
value-format="yyyy-MM"
|
||||
placeholder="请选择月份">
|
||||
@@ -87,19 +88,18 @@
|
||||
</template>
|
||||
</ai-card>
|
||||
<ai-card title="村民参与活动记录">
|
||||
<template #right>
|
||||
<el-date-picker
|
||||
v-model="time2"
|
||||
type="month"
|
||||
size="small"
|
||||
:clearable="false"
|
||||
@change="getInfo"
|
||||
value-format="yyyy-MM"
|
||||
placeholder="请选择月份">
|
||||
</el-date-picker>
|
||||
</template>
|
||||
<template #content>
|
||||
<ai-search-bar class="search-bar" bottomBorder>
|
||||
<template slot="left">
|
||||
<el-date-picker
|
||||
v-model="time2"
|
||||
type="month"
|
||||
size="small"
|
||||
@change="getInfo"
|
||||
value-format="yyyy-MM"
|
||||
placeholder="请选择月份">
|
||||
</el-date-picker>
|
||||
</template>
|
||||
</ai-search-bar>
|
||||
<ai-table
|
||||
style="margin-top: 12px;"
|
||||
:border="true"
|
||||
@@ -170,6 +170,8 @@
|
||||
},
|
||||
|
||||
mounted () {
|
||||
this.time1 = this.$moment(new Date()).format('YYYY-MM')
|
||||
this.time2 = this.$moment(new Date()).format('YYYY-MM')
|
||||
this.areaId = this.user.info.areaId
|
||||
this.areaName = this.user.info.areaName
|
||||
this.getTree()
|
||||
|
||||
Reference in New Issue
Block a user