Commit 422e902a authored by Mac's avatar Mac

1

parent d9ef470b
......@@ -19,6 +19,7 @@
format='yyyy'
value-format="yyyy"
@change='getmonth'
:clearable='false'
placeholder="选择开始年">
</el-date-picker>
<span style="margin: 0 10px;">-</span>
......@@ -29,6 +30,7 @@
format='yyyy'
value-format="yyyy"
@change='getmonth'
:clearable='false'
placeholder="选择结束年">
</el-date-picker>
</div>
......@@ -322,7 +324,7 @@
this.GetMallLocalFile(
"/api/LiveHouse/GetDSYearStartisticsToExcel",
msg,
"电商年度比统计.xls"
"电商年度比统计"+this.msg.StartYear+"-"+this.msg.EndYear+".xls"
);
},
goyearurl(x){
......@@ -563,5 +565,8 @@
font-size: 13px;
font-weight: normal;
}
.dianshangannualRatio ::-webkit-scrollbar {
height: 12px;
}
</style>
\ No newline at end of file
......@@ -19,6 +19,7 @@
format='yyyy-MM'
value-format="yyyy-MM"
@change='getmonth'
:clearable='false'
placeholder="选择开始月份">
</el-date-picker>
<span style="margin: 0 10px;">-</span>
......@@ -29,6 +30,7 @@
format='yyyy-MM'
value-format="yyyy-MM"
@change='getmonth'
:clearable='false'
placeholder="选择结束月份">
</el-date-picker>
</div>
......@@ -217,7 +219,7 @@
</table>
</div>
<div style="width:1px; overflow:scroll;flex:1" >
<div style="width:1px; overflow-x:scroll;flex:1" >
<table class="singeRowTable TcNewTable" border="1" cellspacing="0" cellpadding="0" :style="{width: tablewidth+'px'}">
<tr > <td class="qthuanbicheng" style="width:90px;font-size: 12px;" v-for='(x,y) in RateList' :key = 'y' @click='goMonthurl(x)'>{{x.Date}}</td></tr>
<tr v-for='(item,index) in leftData' :key = 'index'>
......@@ -341,7 +343,7 @@
this.GetMallLocalFile(
"/api/LiveHouse/GetDSMoreMonthStatisticsToExcel",
msg,
"电商每月统计.xls"
"电商每月统计"+this.msg.StartTime+"-"+this.msg.EndTime+".xls"
);
},
......@@ -580,6 +582,8 @@
font-size: 13px;
font-weight: normal;
}
.dianshangyeardata ::-webkit-scrollbar {
height: 12px;
}
</style>
\ No newline at end of file
......@@ -24,6 +24,7 @@
format='yyyy-MM'
value-format="yyyy-MM"
@change='getmonth'
:clearable='false'
placeholder="选择月">
</el-date-picker>
</div>
......@@ -368,7 +369,7 @@
this.GetMallLocalFile(
"/api/LiveHouse/GetDSMonthStatisticsToExcel",
msg,
"电商月统计.xls"
"电商月度统计"+this.msg.Month+".xls"
);
},
......@@ -559,6 +560,9 @@
font-size: 13px;
font-weight: normal;
}
.onlineRetailersdata ::-webkit-scrollbar {
height: 12px;
}
......
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