Commit a80ff651 authored by zhengke's avatar zhengke

修改

parent fd6bb769
......@@ -37,6 +37,9 @@
.w505{
width:505px!important;
}
.CostcomCenter{
text-align: center;
}
</style>
<template>
......@@ -131,7 +134,7 @@
</div>
<table class="CP_comTable">
<tr>
<td class="CP_comBack" width="170">币种</td>
<td width="170">币种</td>
<td v-for='(item,index) in CostCurrencyList'>
{{item.CurrencyName}}
<span>
......@@ -148,7 +151,7 @@
</td>
</tr>
<tr>
<td class="CP_comBack">汇率</td>
<td>汇率</td>
<td v-for='item in CostCurrencyList'>
<el-input class="w80" v-model='item.ExchangeRate'
@keyup.native="checkRate(item,'ExchangeRate'),getchange()">
......@@ -161,7 +164,7 @@
</td>
</tr>
<tr>
<td class="CP_comBack" width="170">人数</td>
<td width="170">人数</td>
<td v-for="(item,index) in CostNumberList" :key='item.subCode'>
<el-input class="w80" v-model='item.PeopleNumber' @keyup.native="checkInteger(item,'PeopleNumber')">
</el-input>
......@@ -195,13 +198,13 @@
<table class="CostPriceTable CostNewTable">
<tr>
<td rowspan="2" width='180' class="CP_ComTitle2">Day</td>
<td rowspan="2" width='200' class="CP_ComTitle2">行程大点</td>
<td rowspan="2" width="100" class="CP_ComTitle2">币种</td>
<td rowspan="2" width='60' class="CP_ComTitle2">酒店</td>
<td rowspan="2" width='100' class="CP_ComTitle2"></td>
<td rowspan="2" width='80' class="CP_ComTitle2">门票</td>
<td colspan="3" width='100' class="CP_ComTitle2"></td>
<td rowspan="2" width='180' class="CP_ComTitle2 CostcomCenter">Day</td>
<td rowspan="2" width='200' class="CP_ComTitle2 CostcomCenter">行程大点</td>
<td rowspan="2" width="100" class="CP_ComTitle2 CostcomCenter">币种</td>
<td rowspan="2" width='60' class="CP_ComTitle2 CostcomCenter">酒店</td>
<td rowspan="2" width='100' class="CP_ComTitle2 CostcomCenter"></td>
<td rowspan="2" width='80' class="CP_ComTitle2 CostcomCenter">门票</td>
<td colspan="3" width='100' class="CP_ComTitle2 CostcomCenter"></td>
</tr>
<tr>
<td width="120" class="CP_ComTitle2"></td>
......
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