Commit 459bcdfa authored by 罗超's avatar 罗超

2

parent d2889257
......@@ -784,7 +784,7 @@
<div v-else-if="scope.row.OrderSource==10 && scope.row.TCIDAndTCNUMList.length==0">
<p class="_TCIDAndTCNUMList">签证产品编号:{{scope.row.SourceID}}</p>
</div>
<div v-else-if="scope.row.OrderSource==0 || scope.row.OrderSource==null">
<div v-else-if="scope.row.OrderSource==0 || scope.row.OrderSource==null||scope.row.OrderSource==17||scope.row.OrderSource==18">
<p class="_TCIDAndTCNUMList">{{ scope.row.BranchName }}-{{scope.row.DepartName}} </p>
</div>
<div v-else>
......
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