Commit b97b0a98 authored by 黄奎's avatar 黄奎

地接总表调整

parent 2c3b6321
...@@ -145,6 +145,7 @@ ...@@ -145,6 +145,7 @@
<el-option label="常规团" :value="0" :key="0"></el-option> <el-option label="常规团" :value="0" :key="0"></el-option>
<el-option label="小包团" :value="1" :key="1"></el-option> <el-option label="小包团" :value="1" :key="1"></el-option>
<el-option label="当地游" :value="2" :key="2"></el-option> <el-option label="当地游" :value="2" :key="2"></el-option>
<el-option label="PAK" :value="4" :key="4"></el-option>
<el-option label="切位团" :value="5" :key="5"></el-option> <el-option label="切位团" :value="5" :key="5"></el-option>
</el-select> </el-select>
</li> </li>
...@@ -240,7 +241,7 @@ ...@@ -240,7 +241,7 @@
({{$t('objFill.quxiaofatuan')}}) ({{$t('objFill.quxiaofatuan')}})
</div> </div>
<div style="padding: 5px 0;"> <div style="padding: 5px 0;">
<span class="TC_neibu" style="float: inherit;color: #ffffff;" v-if="item.StandardCurrencyName" <span class="TC_neibu" style="float: inherit;color:red;" v-if="item.StandardCurrencyName"
:class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元', :class="{'TCneibu':item.StandardCurrencyName=='人民币','TCb2b':item.StandardCurrencyName=='日元',
'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='', 'TCb2c':item.StandardCurrencyName=='新台币','AppPlat':item.StandardCurrencyName=='',
'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}{{$t('objFill.jiesuan')}}</span> 'otherPlat':item.StandardCurrencyName=='',}">{{item.StandardCurrencyName}}{{$t('objFill.jiesuan')}}</span>
......
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