|
@@ -59,7 +59,12 @@
|
|
|
src="@/assets/upred.png" alt="">
|
|
|
<span style="color: red;">{{todayCompare}}</span>
|
|
|
</span>
|
|
|
-
|
|
|
+ <a-tooltip placement="top">
|
|
|
+ <template slot="title">
|
|
|
+ <span>截止此时今日消耗与昨日同时刻消耗的对比</span>
|
|
|
+ </template>
|
|
|
+ <a-icon style="margin-left: 10px;" type="question-circle" />
|
|
|
+ </a-tooltip>
|
|
|
</li>
|
|
|
<li>
|
|
|
<span style="margin-left: 28px;">消耗: </span>{{timeCost | formatNum}}
|
|
@@ -77,6 +82,12 @@
|
|
|
src="@/assets/upred.png" alt="">
|
|
|
<span style="color: red;">{{timeCompare}}</span>
|
|
|
</span>
|
|
|
+ <a-tooltip placement="top">
|
|
|
+ <template slot="title">
|
|
|
+ <span>所选时间段内的消耗与相邻的同长度的时间段对比</span>
|
|
|
+ </template>
|
|
|
+ <a-icon style="margin-left: 10px;" type="question-circle" />
|
|
|
+ </a-tooltip>
|
|
|
</li>
|
|
|
<li>
|
|
|
<span style="margin-left: 15px;">月消耗: </span>{{monthCost | formatNum}}
|
|
@@ -238,7 +249,7 @@
|
|
|
align: "center",
|
|
|
dataIndex: 'userNum'
|
|
|
},{
|
|
|
- title: '花费',
|
|
|
+ title: '消耗(元)',
|
|
|
align: "center",
|
|
|
dataIndex: 'totalCost',
|
|
|
sorter: (a, b) => a.totalCost - b.totalCost,
|
|
@@ -449,7 +460,7 @@
|
|
|
scopedSlots: { customRender: 'balance' },
|
|
|
align: 'center',
|
|
|
}, {
|
|
|
- title: '花费',
|
|
|
+ title: '消耗(元)',
|
|
|
align: "center",
|
|
|
dataIndex: 'totalCost'
|
|
|
}, {
|
|
@@ -522,7 +533,7 @@
|
|
|
align: "center",
|
|
|
dataIndex: 'userNum',
|
|
|
}, {
|
|
|
- title: '花费',
|
|
|
+ title: '消耗(元)',
|
|
|
align: "center",
|
|
|
dataIndex: 'totalCost'
|
|
|
}, {
|
|
@@ -588,7 +599,7 @@
|
|
|
scopedSlots: { customRender: 'balance' },
|
|
|
align: 'center',
|
|
|
}, {
|
|
|
- title: '花费',
|
|
|
+ title: '消耗(元)',
|
|
|
align: "center",
|
|
|
dataIndex: 'totalCost'
|
|
|
}, {
|