Commit a2beed92 authored by youjie's avatar youjie

no message

parent 62c7c708
<style scoped> <style scoped>
.groupTourOrder_count{
display: flex;
flex-wrap: wrap;
}
.groupTourOrder_count>div{
margin-right: 20px;
}
.groupTourOrder_count>div:last-child{
margin-right: 0;
}
.groupTourOrder_count_item{
max-width: 500px;
}
.groupTourOrder_count_item>p>span{ .groupTourOrder_count_item>p>span{
margin: 0; margin: 0;
} }
...@@ -17,7 +31,11 @@ ...@@ -17,7 +31,11 @@
.HT_total p>span{ .HT_total p>span{
float: left; float: left;
display: inline-block; display: inline-block;
width: 25%; /* width: 25%; */
margin-right: 20px;
}
.HT_total p>span:last-child{
margin-right: 0;
} }
.TC_leftSearch>div{ .TC_leftSearch>div{
padding: 5px 0; padding: 5px 0;
...@@ -81,7 +99,7 @@ ...@@ -81,7 +99,7 @@
</li> </li>
<li> <li>
<span><em>订单Id</em> <span><em>订单Id</em>
<el-input clearable type="" v-model="msg.OrderId" placeholder="请输入订单Id" class="w200"/> <el-input clearable type="Number" v-model="msg.OrderId" placeholder="请输入订单Id" class="w200"/>
</span> </span>
</li> </li>
<li> <li>
...@@ -251,10 +269,8 @@ ...@@ -251,10 +269,8 @@
</div> </div>
<!-- 统计版块 --> <!-- 统计版块 -->
<div class="groupTourOrder_count"> <div class="groupTourOrder_count">
<el-row :gutter="20"> <!-- <el-row :gutter="20"> <el-col :xs="8" :sm="8" :md="8" :lg="8" :xl="8"></el-col></el-row> -->
<template v-for="(item,index) in SummaryList"> <div class="groupTourOrder_count_item HT_total" v-for="(item,index) in SummaryList">
<el-col :xs="8" :sm="8" :md="8" :lg="8" :xl="8">
<div class="groupTourOrder_count_item HT_total">
<div> <div>
<span>{{item.CurrencyName}}</span> <span>{{item.CurrencyName}}</span>
</div> </div>
...@@ -295,10 +311,10 @@ ...@@ -295,10 +311,10 @@
</span> </span>
</p> </p>
</div> </div>
</el-col>
</template>
</el-row>
</div> </div>
<OrderList :pagesTitle="Title" :OrderList="OrderList" v-loading="loading" @success="msg.pageIndex=1,GetList()"> </OrderList> <OrderList :pagesTitle="Title" :OrderList="OrderList" v-loading="loading" @success="msg.pageIndex=1,GetList()"> </OrderList>
<div v-if="OrderList&&OrderList.length==0" style="text-align: center;padding: 100px;">暂无数据</div> <div v-if="OrderList&&OrderList.length==0" style="text-align: center;padding: 100px;">暂无数据</div>
......
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