积分详情

This commit is contained in:
shijingjing
2022-08-05 16:57:02 +08:00
parent 567bde994f
commit 3b467c3e51

View File

@@ -1,5 +1,8 @@
<template>
<section class="gridScoreDetail">
<!-- <ai-list> -->
<ai-title slot="title" title="网格员积分详情" isShowBottomBorder />
<!-- </ai-list> -->
<el-row>
<div class="card_list">
<div class="card">
@@ -17,14 +20,19 @@
</div>
</el-row>
<el-row class="echertsBox" style="margin-bottom: 16px">
<h4>事件汇总</h4>
<div class="title">
<h4>事件汇总</h4>
<div class="timecSelect">
时间<el-date-picker size="small" v-model="value1" type="datetimerange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期"></el-date-picker>
</div>
</div>
<div class="bar_Box">
<div id="chartDom" style="height: 230px; width: 100%;"></div>
<ai-empty v-if="false" style="height: 230px;"></ai-empty>
</div>
</el-row>
<ai-card>
<ai-title slot="title" title="余额变动明细" isShowBottomBorder/>
<ai-title slot="title" title="余额变动明细" isShowBottomBorder :isShowBack="true"/>
<template #content>
<ai-search-bar>
<template #left>
@@ -40,9 +48,9 @@
</el-select>
</template>
<template #right>
<el-input size="small" placeholder="请输入居民名称或真实姓名" v-model="search.name" clearable
<!-- <el-input size="small" placeholder="请输入居民名称或真实姓名" v-model="search.name" clearable
@clear="page.current = 1, search.name = '', getTableData()" suffix-icon="iconfont iconSearch"
v-throttle="() => {(page.current = 1), getTableData();}" style="margin-right: 16px;"/>
v-throttle="() => {(page.current = 1), getTableData();}" style="margin-right: 16px;"/> -->
<ai-download :instance="instance" url="" :params="search" fileName="网格员积分"
:disabled="tableData.length == 0">
<el-button size="small">导出</el-button>
@@ -212,10 +220,15 @@ export default {
border-radius: 4px;
padding: 16px;
box-sizing: border-box;
h4 {
color: #222222;
font-style: 16px;
font-weight: 600;
.title {
display: flex;
justify-content: space-between;
h4 {
color: #222222;
font-style: 16px;
font-weight: 600;
}
}
.bar_Box {