Commit 6b1dc1ba authored by 吴春's avatar 吴春

1

parent 4e148292
...@@ -1030,8 +1030,8 @@ ...@@ -1030,8 +1030,8 @@
<td>{{index+1}}</td> <td>{{index+1}}</td>
<td>{{item.surName+''+item.name}}</td> <td>{{item.surName+''+item.name}}</td>
<td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td> <td>{{item.sex==1?$t('pub.man'):$t('pub.woman')}}</td>
<td>{{$t('salesModule.Passport')}}</td> <td>{{item.passportNo.length>0?$t('salesModule.Passport'):'身份证'}}</td>
<td>{{item.passportNo}}</td> <td>{{ item.passportNo.length>0?item.passportNo:item.idCard }}</td>
<td>{{item.mobilePhone}}</td> <td>{{item.mobilePhone}}</td>
<td>健康 </td> <td>健康 </td>
</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