Commit 422e902a authored by Mac's avatar Mac

1

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