Commit 6f61403c authored by Mac's avatar Mac

1

parent 422e902a
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
}, },
created() { created() {
let nowtime = new Date() let nowtime = new Date()
this.msg.StartYear = (nowtime.getFullYear()-2).toString() this.msg.StartYear = (nowtime.getFullYear()-1).toString()
this.msg.EndYear = nowtime.getFullYear().toString() this.msg.EndYear = nowtime.getFullYear().toString()
this.getDateList() this.getDateList()
......
<template> <template>
<div class="onlineRetailersdata"> <div class="onlineRetailersdata">
<div class="el-card__header"> <div class="el-card__header">
<span>电商数据</span> <span>电商月度统计</span>
<div style="display: flex;flex-direction: row;align-items: center"> <div style="display: flex;flex-direction: row;align-items: center">
<!----> <!---->
<el-button type="primary" class="el-button--small" @click="Export">导出全部</el-button> <el-button type="primary" class="el-button--small" @click="Export">导出全部</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment