|
@ -129,7 +129,7 @@ |
|
|
<span>任务金币:</span> {{ activeTab === 'recharge' ? sumRechargeTask / 100 : sumConsumeTask / 100 }} |
|
|
<span>任务金币:</span> {{ activeTab === 'recharge' ? sumRechargeTask / 100 : sumConsumeTask / 100 }} |
|
|
<div v-if="activeTab === 'consume'">合计 {{ sumConsume / 100 }}</div> |
|
|
<div v-if="activeTab === 'consume'">合计 {{ sumConsume / 100 }}</div> |
|
|
</div> |
|
|
</div> |
|
|
<div @change="handleDatePickerChange" style="margin-left:auto;margin-right: 0.5%;"> |
|
|
|
|
|
|
|
|
<div style="margin-left:auto;margin-right: 0.5%;"> |
|
|
<el-button @click="getYes()" :type="activeTimeRange === 'yes' ? 'primary' : ''">昨天 |
|
|
<el-button @click="getYes()" :type="activeTimeRange === 'yes' ? 'primary' : ''">昨天 |
|
|
</el-button> |
|
|
</el-button> |
|
|
<el-button @click="getToday()" :type="activeTimeRange === 'today' ? 'primary' : ''">今天 |
|
|
<el-button @click="getToday()" :type="activeTimeRange === 'today' ? 'primary' : ''">今天 |
|
@ -144,7 +144,7 @@ |
|
|
<div> |
|
|
<div> |
|
|
<el-date-picker v-model="dateRange" type="datetimerange" range-separator="→" start-placeholder="开始时间" |
|
|
<el-date-picker v-model="dateRange" type="datetimerange" range-separator="→" start-placeholder="开始时间" |
|
|
end-placeholder="结束时间" format="YYYY-MM-DD HH:mm:ss" style="width:20vw" value-format="YYYY-MM-DD HH:mm:ss" |
|
|
end-placeholder="结束时间" format="YYYY-MM-DD HH:mm:ss" style="width:20vw" value-format="YYYY-MM-DD HH:mm:ss" |
|
|
:default-time="defaultTime" :disabled-date="disabledDate" /> |
|
|
|
|
|
|
|
|
:default-time="defaultTime" :disabled-date="disabledDate" @change="handleDatePickerChange"/> |
|
|
<el-button type="primary" style="margin-left: 5px" @click="getChartData">查询</el-button> |
|
|
<el-button type="primary" style="margin-left: 5px" @click="getChartData">查询</el-button> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|