|
|
@ -1,10 +1,10 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<div >
|
|
|
|
<Row :gutter="32">
|
|
|
|
<Row :gutter="32" >
|
|
|
|
<i-col span="32">
|
|
|
|
<i-col span="32">
|
|
|
|
<row>
|
|
|
|
<row >
|
|
|
|
<!--筛选-->
|
|
|
|
<!--筛选-->
|
|
|
|
<row>
|
|
|
|
<row class="div-content">
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<span class="title-span">
|
|
|
|
<span class="title-span">
|
|
|
|
<span class="date-btn" :style="dateBtnValue === '今日' ? 'background: #2D8CF0;color: #fff' : ''"
|
|
|
|
<span class="date-btn" :style="dateBtnValue === '今日' ? 'background: #2D8CF0;color: #fff' : ''"
|
|
|
@ -174,7 +174,6 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
mounted: function () {
|
|
|
|
mounted: function () {
|
|
|
|
this.dateBtnClick('今日');
|
|
|
|
this.dateBtnClick('今日');
|
|
|
|
this.timingRefresh();
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
//页面重绘
|
|
|
|
//页面重绘
|
|
|
@ -382,4 +381,9 @@
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
color:#666666;
|
|
|
|
color:#666666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.div-content{
|
|
|
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|