|
@@ -31,6 +31,9 @@
|
|
|
<el-button native-type="submit" type="primary">搜索</el-button>
|
|
|
<el-button native-type="reset" type="danger">重置</el-button>
|
|
|
</save-form>
|
|
|
+ <el-alert type="info" :closable="false" style="margin-bottom: 20px;">
|
|
|
+ 每日0点更新前一日数据
|
|
|
+ </el-alert>
|
|
|
<empty desc="暂无统计数据" v-if="isEmpty"/>
|
|
|
<el-row v-else class="rows" :gutter="20">
|
|
|
<el-col :xs="24" :sm="24" :md="12">
|