Commit 120ff7f6 authored by youjie's avatar youjie

no message

parent f6cb0c7f
...@@ -461,6 +461,7 @@ export default { ...@@ -461,6 +461,7 @@ export default {
if(this.activeName=='4'){ if(this.activeName=='4'){
this.shopMsg.startDate = this.msg.startDate this.shopMsg.startDate = this.msg.startDate
this.shopMsg.endDate = this.msg.endDate this.shopMsg.endDate = this.msg.endDate
this.shopMsg.StandardCurrencyId = this.msg.StandardCurrencyId
msg = this.shopMsg msg = this.shopMsg
url = 'financestatistics_post_GetCommissionAnalysisStat' url = 'financestatistics_post_GetCommissionAnalysisStat'
} }
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<el-table <el-table
:data="ShopData" :data="ShopData"
style="width: 100%" style="width: 100%"
class="LineAnalysisDataBJ"> class="LineAnalysisDataBJ LineAnalysisDataBJ-R">
<el-table-column <el-table-column
fixed fixed
align="center" align="center"
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
class="LineAnalysisDataBJ-border"
prop="" prop=""
label="导游佣金" label="导游佣金"
min-width="120" align="center"> min-width="120" align="center">
...@@ -316,4 +317,17 @@ export default { ...@@ -316,4 +317,17 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
/* /deep/.el-table.LineAnalysisDataBJ tr:first-child th{
border-right: 3px solid #ddd;
}
/deep/.el-table.LineAnalysisDataBJ tr:first-child th:first-child{
border-right: 0;
}
/deep/.el-table.LineAnalysisDataBJ tr:nth-child(2) th:nth-child(9n){
border-right: 3px solid #ddd;
}
/deep/.el-table.LineAnalysisDataBJ-R>div:nth-child(3) td:nth-child(9n){
border-right: 3px solid #ddd;
#EBEEF5
} */
</style> </style>
...@@ -306,6 +306,7 @@ export default { ...@@ -306,6 +306,7 @@ export default {
this.shopMsg.startDate = this.msg.startDate this.shopMsg.startDate = this.msg.startDate
this.shopMsg.endDate = this.msg.endDate this.shopMsg.endDate = this.msg.endDate
this.shopMsg.LossType = this.msg.LossType this.shopMsg.LossType = this.msg.LossType
this.shopMsg.StandardCurrencyId = this.msg.StandardCurrencyId
msg = this.shopMsg msg = this.shopMsg
url = 'financestatistics_post_GetCommissionAnalysisStat' url = 'financestatistics_post_GetCommissionAnalysisStat'
} }
......
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