|
|
|
@ -12,8 +12,9 @@
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="li" style="width: 33%">加购数
|
|
|
|
<li class="li" style="width: 33%">加购数
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="li" style="width: 33%">分销商数
|
|
|
|
<li class="li" style="width: 33%">
|
|
|
|
<el-popover class="ml5" content="功能开发中" placement="top" trigger="hover"><i class="el-icon-warning-outline" slot="reference"></i></el-popover>
|
|
|
|
分销商数
|
|
|
|
|
|
|
|
<el-popover class="ml5" content="功能暂未开发" placement="top" trigger="hover"><i class="el-icon-warning-outline" slot="reference"></i></el-popover>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
@ -25,17 +26,23 @@
|
|
|
|
<router-link to="/member/shoppingCart">{{ memberAndCartStatisticsObj.cartCount }}</router-link>
|
|
|
|
<router-link to="/member/shoppingCart">{{ memberAndCartStatisticsObj.cartCount }}</router-link>
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="da" style="width: 33%">
|
|
|
|
<li class="da" style="width: 33%">
|
|
|
|
<!-- <router-link to="/index">21,085</router-link> -->
|
|
|
|
10
|
|
|
|
21085
|
|
|
|
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
<el-row class="pl20 pr20" :gutter="10">
|
|
|
|
<el-row class="pl20 pr20" :gutter="10">
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="3">
|
|
|
|
<el-card shadow="always" style="padding-bottom: 20px">
|
|
|
|
<el-image
|
|
|
|
|
|
|
|
style="height: 150px"
|
|
|
|
|
|
|
|
:src="require('@/assets/QRCode/h5.png')"
|
|
|
|
|
|
|
|
fit="fill"
|
|
|
|
|
|
|
|
></el-image>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="7">
|
|
|
|
|
|
|
|
<el-card shadow="always" style="padding-bottom: 30px">
|
|
|
|
<div slot="header"><span>售后</span></div>
|
|
|
|
<div slot="header"><span>售后</span></div>
|
|
|
|
<ul>
|
|
|
|
<ul style="margin-top: 10px">
|
|
|
|
<li class="li" style="width: 50%">待处理
|
|
|
|
<li class="li" style="width: 50%">待处理
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="li" style="width: 50%">处理中
|
|
|
|
<li class="li" style="width: 50%">处理中
|
|
|
|
@ -51,11 +58,11 @@
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</el-card>
|
|
|
|
</el-card>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="16">
|
|
|
|
<el-col :span="14">
|
|
|
|
<el-card shadow="always" style="padding-bottom: 20px">
|
|
|
|
<el-card shadow="always" style="padding-bottom: 30px">
|
|
|
|
<div slot="header"><span>订单</span></div>
|
|
|
|
<div slot="header"><span>订单</span></div>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<ul>
|
|
|
|
<ul style="margin-top: 10px">
|
|
|
|
<li class="li">未发订单数
|
|
|
|
<li class="li">未发订单数
|
|
|
|
</li>
|
|
|
|
</li>
|
|
|
|
<li class="li">今日订单数
|
|
|
|
<li class="li">今日订单数
|
|
|
|
|