Commit 70cc5b30 authored by liudong1993's avatar liudong1993

1

parent 601e10e2
......@@ -164,7 +164,7 @@
border-top: 1px solid #d1d1d1;
display: none;
overflow-x: auto;
width: 86%;
width: 92%;
overflow-y: auto;
position: fixed;
background: #f9f9f9;
......@@ -715,8 +715,10 @@
<th width="120">{{$t('visa.v_tuanhao')}}</th>
<th width="170">{{$t('ground.dm')}}</th>
<th width="100">{{$t('ground.jdsj')}}</th>
<th width="80">{{$t('ground.dymc')}}</th>
<th width="80">{{$t('fnc.ldmingcheng')}}</th>
<th width="80">团配导游</th>
<th width="80">团配领队</th>
<th width="80">导入导游</th>
<th width="80">导入领队</th>
<th width="80">{{$t('ground.gwze')}}</th>
<th width="100">{{$t('ground.gsyj')}}</th>
<th width="80">{{$t('ground.ldyj')}}</th>
......@@ -749,6 +751,8 @@
</span>
</span>
</td>
<td>{{item.ImportGuideName}}<span v-if="item.IsErrorData==1 && item.GuideName != item.ImportGuideName" style="color:red">[有误]</span></td>
<td>{{item.ImportLeaderName}}<span v-if="item.IsErrorData==1 && item.LeaderName != item.ImportLeaderName" style="color:red">[有误]</span></td>
<td>{{item.TotalPrice}}</td>
<td>{{item.GroupExtract}}</td>
<td>{{item.LeaderExtract}}</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