|
|
|
<template>
|
|
|
|
<div class="analysis">
|
|
|
|
<a-row :gutter="[24, 24]">
|
|
|
|
<a-col :sm="24" :md="12" :xl="6">
|
|
|
|
<chart-card :title="$t('totalSales')" total="¥ 189,345">
|
|
|
|
<a-tooltip :title="$t('introduce')" slot="action">
|
|
|
|
<a-icon type="info-circle-o" />
|
|
|
|
</a-tooltip>
|
|
|
|
<div>
|
|
|
|
<trend style="margin-right: 16px" :term="$t('wow')" :percent="12" :is-increase="true" :scale="0" />
|
|
|
|
<trend :term="$t('dod')" :target="100" :value="89" :scale="0" />
|
|
|
|
</div>
|
|
|
|
<div slot="footer">{{$ta('daily|sales', 'p')}}<span> ¥234.56</span></div>
|
|
|
|
</chart-card>
|
|
|
|
</a-col>
|
|
|
|
<a-col :sm="24" :md="12" :xl="6">
|
|
|
|
<chart-card :title="$t('visits')" total="¥ 189,345">
|
|
|
|
<a-tooltip :title="$t('introduce')" slot="action">
|
|
|
|
<a-icon type="info-circle-o" />
|
|
|
|
</a-tooltip>
|
|
|
|
<div>
|
|
|
|
<mini-area />
|
|
|
|
</div>
|
|
|
|
<div slot="footer">{{$ta('daily|visits', 'p')}}<span> 123,4</span></div>
|
|
|
|
</chart-card>
|
|
|
|
</a-col>
|
|
|
|
<a-col :sm="24" :md="12" :xl="6">
|
|
|
|
<chart-card :title="$t('payments')" total="¥ 189,345">
|
|
|
|
<a-tooltip :title="$t('introduce')" slot="action">
|
|
|
|
<a-icon type="info-circle-o" />
|
|
|
|
</a-tooltip>
|
|
|
|
<div>
|
|
|
|
<mini-bar />
|
|
|
|
</div>
|
|
|
|
<div slot="footer">{{$t('conversion')}} <span>60%</span></div>
|
|
|
|
</chart-card>
|
|
|
|
</a-col>
|
|
|
|
<a-col :sm="24" :md="12" :xl="6">
|
|
|
|
<chart-card :title="$t('operating')" total="73%">
|
|
|
|
<a-tooltip :title="$t('introduce')" slot="action">
|
|
|
|
<a-icon type="info-circle-o" />
|
|
|
|
</a-tooltip>
|
|
|
|
<div>
|
|
|
|
<mini-progress target="90" percent="78" color="#13C2C2" height="8px"/>
|
|
|
|
</div>
|
|
|
|
<div slot="footer" style="white-space: nowrap;overflow: hidden">
|
|
|
|
<trend style="margin-right: 16px" :term="$t('wow')" :percent="12" :is-increase="true" :scale="0" />
|
|
|
|
<trend :term="$t('dod')" :target="100" :value="89" :scale="0" />
|
|
|
|
</div>
|
|
|
|
</chart-card>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
<a-card style="margin-top: 24px" :bordered="false" :body-style="{padding: '24px'}">
|
|
|
|
<div class="salesCard">
|
|
|
|
<a-tabs default-active-key="1" size="large" :tab-bar-style="{marginBottom: '24px', paddingLeft: '16px'}">
|
|
|
|
<div class="extra-wrap" slot="tabBarExtraContent">
|
|
|
|
<div class="extra-item">
|
|
|
|
<a>{{$t('day')}}</a>
|
|
|
|
<a>{{$t('week')}}</a>
|
|
|
|
<a>{{$t('month')}}</a>
|
|
|
|
<a>{{$t('year')}}</a>
|
|
|
|
</div>
|
|
|
|
<a-range-picker :style="{width: '256px'}"></a-range-picker>
|
|
|
|
</div>
|
|
|
|
<a-tab-pane loading="true" :tab="$t('sales')" key="1">
|
|
|
|
<a-row>
|
|
|
|
<a-col :xl="16" :lg="12" :md="12" :sm="24" :xs="24">
|
|
|
|
<bar :title="$ta('stores|sales|trend', 'p')" />
|
|
|
|
</a-col>
|
|
|
|
<a-col :xl="8" :lg="12" :md="12" :sm="24" :xs="24">
|
|
|
|
<ranking-list :title="$ta('stores|sales|ranking', 'p')" :list="rankList"/>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</a-tab-pane>
|
|
|
|
<a-tab-pane :tab="$t('visits')" key="2"><a-row>
|
|
|
|
<a-col :xl="16" :lg="12" :md="12" :sm="24" :xs="24">
|
|
|
|
<bar :title="$ta('visits|trend', 'p')" />
|
|
|
|
</a-col>
|
|
|
|
<a-col :xl="8" :lg="12" :md="12" :sm="24" :xs="24">
|
|
|
|
<ranking-list :title="$ta('stores|visits|ranking', 'p')" :list="rankList"/>
|
|
|
|
</a-col>
|
|
|
|
</a-row></a-tab-pane>
|
|
|
|
</a-tabs>
|
|
|
|
</div>
|
|
|
|
</a-card>
|
|
|
|
<a-row style="margin: 0 -12px">
|
|
|
|
<a-col style="padding: 0 12px" :xl="12" :lg="24" :md="24" :sm="24" :xs="24">
|
|
|
|
<a-card :bordered="false" style="margin-top: 24px" :title="$t('search')">
|
|
|
|
<hot-search />
|
|
|
|
</a-card>
|
|
|
|
</a-col>
|
|
|
|
<a-col style="padding: 0 12px" :xl="12" :lg="24" :md="24" :sm="24" :xs="24">
|
|
|
|
<a-card :bordered="false" style="margin-top: 24px;" :title="$t('proportion')">
|
|
|
|
<sales-data />
|
|
|
|
<a-radio-group slot="extra" style="margin: -12px 0">
|
|
|
|
<a-radio-button value="a">{{$t('all')}}</a-radio-button>
|
|
|
|
<a-radio-button value="b">{{$t('online')}}</a-radio-button>
|
|
|
|
<a-radio-button value="c">{{$t('stores')}}</a-radio-button>
|
|
|
|
</a-radio-group>
|
|
|
|
</a-card>
|
|
|
|
</a-col>
|
|
|
|
</a-row>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
import ChartCard from '../../../components/card/ChartCard'
|
|
|
|
import MiniArea from '../../../components/chart/MiniArea'
|
|
|
|
import MiniBar from '../../../components/chart/MiniBar'
|
|
|
|
import MiniProgress from '../../../components/chart/MiniProgress'
|
|
|
|
import Bar from '../../../components/chart/Bar'
|
|
|
|
import RankingList from '../../../components/chart/RankingList'
|
|
|
|
import HotSearch from './HotSearch'
|
|
|
|
import SalesData from './SalesData'
|
|
|
|
import Trend from '../../../components/chart/Trend'
|
|
|
|
|
|
|
|
const rankList = []
|
|
|
|
|
|
|
|
for (let i = 0; i < 8; i++) {
|
|
|
|
rankList.push({
|
|
|
|
name: '桃源村' + i + '号店',
|
|
|
|
total: 1234.56 - i * 100
|
|
|
|
})
|
|
|
|
}
|
|
|
|
|
|
|
|
export default {
|
|
|
|
name: 'analysis',
|
|
|
|
i18n: require('./i18n'),
|
|
|
|
data () {
|
|
|
|
return {
|
|
|
|
rankList
|
|
|
|
}
|
|
|
|
},
|
|
|
|
components: {Trend, SalesData, HotSearch, RankingList, Bar, MiniProgress, MiniBar, MiniArea, ChartCard}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
.extra-wrap{
|
|
|
|
.extra-item{
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 24px;
|
|
|
|
a:not(:first-child){
|
|
|
|
margin-left: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 992px){
|
|
|
|
.extra-wrap .extra-item{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 576px){
|
|
|
|
.extra-wrap{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|