Commit 63d2604d authored by youjie's avatar youjie

no message

parent 9a988708
......@@ -252,7 +252,7 @@
<b>{{x.MinPrice.toFixed(2)}}</b>
<span>{{x.CurrencyName}}起</span>
</p>
<div>
<div style="display: flex;justify-content: end;">
<button class="hollowFixedBtn" type="button" @click="toPreviewOrderHandler(x.Id)">
<i class="el-icon-s-goods"></i>
<span>立即预定</span>
......
......@@ -25,7 +25,7 @@
</li>
<li>
<span>
<em>名称</em>
<em>名称</em>
<el-input v-model='msg.TeamName' class="w200"></el-input>
</span>
</li>
......@@ -51,6 +51,13 @@
</li>
</ul>
</div>
<template>
<div style="display: flex;justify-content: end;margin-bottom: 10px;">
<p><span class="groupTourOrderByTuan_ico"><i style="background-color:#3FC4FF"></i><span>{{$t('fnc.yidadan')}}</span></span>
<span class="groupTourOrderByTuan_ico"><i style="background-color:#F1416C"></i><span>{{$t('fnc.yhcnyshenhe')}}</span></span>
<span class="groupTourOrderByTuan_ico"><i style="background-color:#ff9800"></i><span>{{$t('fnc.ytongguo')}}</span></span></p>
</div>
</template>
<div style="width: 100%; overflow-x: auto;padding-bottom: 10px; margin-top: 10px; " class="ownScrollbarStyle"
:style="{ height: boxHeight + 'px' }">
<table border="0" cellspacing="1" cellpadding="0" class="busStatisticsTalbe" v-loading='loading'>
......@@ -68,7 +75,7 @@
<th width="130">下单时间</th>
<th width="110">报价状态</th>
<!-- <th width="110">确认状态</th> -->
<th width="210">操作</th>
<th>操作</th>
</tr>
<tbody v-for="(item, index) in DataList" :key="index">
<tr>
......@@ -393,7 +400,7 @@
DataList: [], //数据列表
msg: {
pageIndex: 1,
pageSize: 12,
pageSize: 5,
UseCompName: "", //订车公司
UseName: "", //订车人
TeamName: "", //团体名称
......@@ -665,6 +672,17 @@
</script>
<style scoped>
.groupTourOrderByTuan_ico{
margin-left: 5px;
}
.groupTourOrderByTuan_ico>i{
display: inline-block;
margin: 0 5px 0 0;
width: 8px;
height: 8px;
border-radius: 2px;
vertical-align: middle;
}
/deep/.query-box ul .el-input{
width: 200px !important;
}
......
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