|
@@ -52,30 +52,32 @@
|
|
|
实收金额=应收总额(包含余额支付)
|
|
|
预收金额=充值总额(发生消费,记负数)
|
|
|
预收余额=充值总余额 -->
|
|
|
+
|
|
|
+ 购买人数:{{ head.buyNum | moneyFormat }}元<i
|
|
|
+ style="width: 10px; display: inline-block"
|
|
|
+ ></i>
|
|
|
人均购买金额:{{ head.avgBuyAmount | moneyFormat }}元<i
|
|
|
style="width: 10px; display: inline-block"
|
|
|
></i>
|
|
|
+ 目标总金额:{{ head.targetAmount | moneyFormat }}元<i
|
|
|
+ style="width: 10px; display: inline-block"
|
|
|
+ ></i>
|
|
|
购买总金额:{{ head.buyAmount | moneyFormat }}元<i
|
|
|
style="width: 10px; display: inline-block"
|
|
|
></i>
|
|
|
- 购买人数:{{ head.buyNum | moneyFormat }}元<i
|
|
|
+ 目标人数:{{ head.targetNum }}人<i
|
|
|
style="width: 10px; display: inline-block"
|
|
|
></i>
|
|
|
<!-- 购买率:{{ head.buyScale }}%
|
|
|
<i style="width: 10px; display: inline-block"></i> -->
|
|
|
|
|
|
- 目标总金额:{{ head.targetAmount | moneyFormat }}元<i
|
|
|
- style="width: 10px; display: inline-block"
|
|
|
- ></i>
|
|
|
目标达成率:{{ head.targetFinishScale }}%<i
|
|
|
style="width: 10px; display: inline-block"
|
|
|
></i>
|
|
|
- 目标金额达成率:{{ head.targetAmountFinishScale }}%<i
|
|
|
- style="width: 10px; display: inline-block"
|
|
|
- ></i>
|
|
|
- 目标购买人数:{{ head.targetNum }}人<i
|
|
|
+ 目标金额达成率:{{ head.targetAmountFinishScale }}%<i
|
|
|
style="width: 10px; display: inline-block"
|
|
|
></i>
|
|
|
+
|
|
|
<!-- 总人数:{{ head.totalNum }}元<i
|
|
|
style="width: 10px; display: inline-block"
|
|
|
></i> -->
|
|
@@ -101,9 +103,15 @@
|
|
|
<el-table-column
|
|
|
align="center"
|
|
|
prop="organName"
|
|
|
- label="分部" width="170px"
|
|
|
+ label="分部"
|
|
|
+ width="170px"
|
|
|
></el-table-column>
|
|
|
- <el-table-column align="center" prop="buyNum" sortable="custom" width="150px">
|
|
|
+ <el-table-column
|
|
|
+ align="center"
|
|
|
+ prop="buyNum"
|
|
|
+ sortable="custom"
|
|
|
+ width="150px"
|
|
|
+ >
|
|
|
<template slot="header" slot-scope="slot">
|
|
|
<div class="titleCell">
|
|
|
<span>购买人数</span>
|
|
@@ -125,7 +133,12 @@
|
|
|
<div>{{ scope.row.buyNum }}人</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" prop="avgBuyAmount" sortable="custom" width="150px">
|
|
|
+ <el-table-column
|
|
|
+ align="center"
|
|
|
+ prop="avgBuyAmount"
|
|
|
+ sortable="custom"
|
|
|
+ width="150px"
|
|
|
+ >
|
|
|
<template slot="header" slot-scope="slot">
|
|
|
<div class="titleCell">
|
|
|
<span>人均购买金额</span>
|
|
@@ -203,7 +216,12 @@
|
|
|
<div>{{ scope.row.buyScale }}%</div>
|
|
|
</template>
|
|
|
</el-table-column> -->
|
|
|
- <el-table-column align="center" prop="targetNum" sortable="custom" width="150px">
|
|
|
+ <el-table-column
|
|
|
+ align="center"
|
|
|
+ prop="targetNum"
|
|
|
+ sortable="custom"
|
|
|
+ width="150px"
|
|
|
+ >
|
|
|
<template slot="header" slot-scope="slot">
|
|
|
<div class="titleCell">
|
|
|
<span>目标人数</span>
|
|
@@ -231,7 +249,7 @@
|
|
|
align="center"
|
|
|
prop="targetFinishScale"
|
|
|
sortable="custom"
|
|
|
- width="150px"
|
|
|
+ width="150px"
|
|
|
>
|
|
|
<template slot="header" slot-scope="slot">
|
|
|
<div class="titleCell">
|
|
@@ -260,19 +278,18 @@
|
|
|
align="center"
|
|
|
prop="targetAmount"
|
|
|
sortable="custom"
|
|
|
- label='目标金额'
|
|
|
- width="150px"
|
|
|
+ label="目标金额"
|
|
|
+ width="150px"
|
|
|
>
|
|
|
-
|
|
|
<template slot-scope="scope">
|
|
|
- <div>{{ scope.row.targetAmount | moneyFormat}}元</div>
|
|
|
+ <div>{{ scope.row.targetAmount | moneyFormat }}元</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
align="center"
|
|
|
prop="targetAmountFinishScale"
|
|
|
sortable="custom"
|
|
|
- width="170px"
|
|
|
+ width="170px"
|
|
|
>
|
|
|
<template slot="header" slot-scope="slot">
|
|
|
<div class="titleCell">
|