Commit 696d6a53 authored by 黄奎's avatar 黄奎

页面修改

parent c1c5c10e
...@@ -1846,14 +1846,14 @@ ...@@ -1846,14 +1846,14 @@
</span> </span>
</div> </div>
<div v-if="item.ContractNum.length==0"> <!-- <div v-if="item.ContractNum.length==0">
<span class="GO_Contract" @click="goContract(item,{})">领取合同</span> <span class="GO_Contract" @click="goContract(item,{})">领取合同</span>
</div> </div> -->
<div v-else> <!-- <div v-else>
<span v-for="sItem in childItem.ContractNum" class="GO_Contract" @click="goContract(item,sItem)"> <span v-for="sItem in childItem.ContractNum" class="GO_Contract" @click="goContract(item,sItem)">
{{sItem.Client_Name+''+sItem.ContractNum}} {{sItem.Client_Name+''+sItem.ContractNum}}
</span> </span>
</div> </div> -->
</td> </td>
</tr> </tr>
<tr> <tr>
......
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