cf92adc9 by yangjianbin

init

1 parent 5443bb28
......@@ -27,14 +27,14 @@
<table class="table table-border table-bg">
<tbody class="text-c">
<tr>
<td><i class="Hui-iconfont">&#xe60d;</i> <?=$clientInfoOutputVO->userName?></td>
<td><?=$clientInfoOutputVO->gender?></td>
<td><i class="Hui-iconfont">&#xe60d;</i> <?=$clientInfoOutputVO ? $clientInfoOutputVO->userName : ''?></td>
<td><?=$clientInfoOutputVO ? $clientInfoOutputVO->gender : ''?></td>
<!-- <td>20岁</td>-->
<td><?=$clientInfoOutputVO->educationDegree?></td>
<td><?=$clientInfoOutputVO->marriageState?></td>
<td><?=$clientInfoOutputVO ? $clientInfoOutputVO->educationDegree:''?></td>
<td><?=$clientInfoOutputVO ? $clientInfoOutputVO->marriageState : ''?></td>
<!-- <td>无子女</td>-->
<td><i class="Hui-iconfont">&#xe602;</i> <?=$clientInfoOutputVO->idCard?></td>
<td><i class="Hui-iconfont">&#xe63a;</i><?=$clientInfoOutputVO->monthlyIncome?></td>
<td><i class="Hui-iconfont">&#xe602;</i> <?=$clientInfoOutputVO ? $clientInfoOutputVO->idCard :''?></td>
<td><i class="Hui-iconfont">&#xe63a;</i><?=$clientInfoOutputVO ? $clientInfoOutputVO->monthlyIncome : ''?></td>
<!-- <td>14天</td>-->
</tr>
</tbody>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!