cf92adc9 by yangjianbin

init

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