Commit 1285657d authored by youjie's avatar youjie

no message

parent b0d6e074
<style scoped>
.groupTourOrder_count_item>p>span{
margin: 0;
}
.HT_total{
display: flex;
flex-direction: column;
......@@ -11,7 +14,7 @@
.HT_total p>span{
float: left;
display: inline-block;
width: 25%;
width: 33.33%;
}
.TC_leftSearch>div{
padding: 5px 0;
......@@ -232,7 +235,7 @@
<el-row :gutter="20">
<template v-for="(item,index) in SummaryList">
<!-- groupTourOrder_count_col -->
<el-col :span="6" class="">
<el-col :xs="8" :sm="8" :md="8" :lg="8" :xl="6" class="">
<div class="groupTourOrder_count_item HT_total">
<div>
<span>{{item.CurrencyName}}</span>
......
......@@ -93,11 +93,7 @@ export default {
title: '销售出团通知书下载'
},
},
{
path: '/TravelControlTrip',
name: 'TravelControlTrip',
component: resolve => require(['@/components/TravelControlTrip'], resolve),
},
{
path: '/index',
name: 'index',
......@@ -5648,6 +5644,11 @@ export default {
}
]
},
{
path: '/TravelControlTrip',
name: 'TravelControlTrip',
component: resolve => require(['@/components/TravelControlTrip'], resolve),
},
{
path: '/BusExport',
name: 'BusExport',
......
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