Commit a27248ff authored by 吴春's avatar 吴春

1

parent 6b355857
......@@ -754,10 +754,19 @@
<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>
<td>{{item.GuideExtract}}</td>
<td>{{item.PICExtract}}</td>
<td :class="{'redType':item.GroupExtractExist==-1}">
<el-tooltip class="item" effect="dark" content="已存在相同数据" placement="top-start">
<span style=" cursor: pointer; "> {{item.GroupExtract}} </span></el-tooltip>
</td>
<td :class="{'redType':item.LeaderExtractExist==-1}">
<el-tooltip class="item" effect="dark" content="已存在相同数据" placement="top-start">
<span style=" cursor: pointer; ">{{item.LeaderExtract}} </span></el-tooltip></td>
<td :class="{'redType':item.GuideExtractExist==-1}">
<el-tooltip class="item" effect="dark" content="已存在相同数据" placement="top-start">
<span style=" cursor: pointer; ">{{item.GuideExtract}} </span></el-tooltip> </td>
<td :class="{'redType':item.PICExtractExist==-1}">
<el-tooltip class="item" effect="dark" content="已存在相同数据" placement="top-start">
<span style=" cursor: pointer; ">{{item.PICExtract}} </span></el-tooltip></td>
<td>{{item.Rate}}</td>
<td :class="{'redType':item.CurrencyExist==-1}"><span>{{item.Currency}}</span></td>
<td>{{item.Remarks}}</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