Commit 1910bf7b authored by 黄奎's avatar 黄奎

购物店导入汇率修改

parent a0338912
...@@ -721,7 +721,7 @@ ...@@ -721,7 +721,7 @@
<th width="100">{{$t('ground.ztstc')}}</th> <th width="100">{{$t('ground.ztstc')}}</th>
<th width="80">{{$t('ground.ldtc')}}</th> <th width="80">{{$t('ground.ldtc')}}</th>
<th width="80">{{$t('ground.dytc')}}</th> <th width="80">{{$t('ground.dytc')}}</th>
<th width="80">{{$t('hotel.hotel_CurrentRate')}}</th> <th width="80" style="display:none;">{{$t('hotel.hotel_CurrentRate')}}</th>
<th width="80">{{$t('hotel.hotel_Currency')}}</th> <th width="80">{{$t('hotel.hotel_Currency')}}</th>
<th width="80">{{$t('pub.pubRemark')}}</th> <th width="80">{{$t('pub.pubRemark')}}</th>
<th width="80">{{$t('system.table_operation')}}</th> <th width="80">{{$t('system.table_operation')}}</th>
...@@ -744,7 +744,7 @@ ...@@ -744,7 +744,7 @@
<td>{{item.GroupExtract}}</td> <td>{{item.GroupExtract}}</td>
<td>{{item.LeaderExtract}}</td> <td>{{item.LeaderExtract}}</td>
<td>{{item.GuideExtract}}</td> <td>{{item.GuideExtract}}</td>
<td>{{item.Rate}}</td> <td style="display:none;">{{item.Rate}}</td>
<td :class="{'redType':item.CurrencyExist==-1}"><span>{{item.Currency}}</span></td> <td :class="{'redType':item.CurrencyExist==-1}"><span>{{item.Currency}}</span></td>
<td>{{item.Remarks}}</td> <td>{{item.Remarks}}</td>
<td><span class="delInfo" @click="delInfo(index)">{{$t('system.table_delete')}}</span></td> <td><span class="delInfo" @click="delInfo(index)">{{$t('system.table_delete')}}</span></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