mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
f7ff7deb39
commit
a561ef1af8
@ -38,7 +38,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th>名称</th>
|
||||
<th>房屋编号</th>
|
||||
<!-- <th>房屋编号</th> -->
|
||||
<th>性别</th>
|
||||
<th>年龄</th>
|
||||
<th>身份证</th>
|
||||
@ -54,9 +54,9 @@
|
||||
<td>
|
||||
{{owner.name}}
|
||||
</td>
|
||||
<td>
|
||||
<!-- <td>
|
||||
{{owner.roomName}}
|
||||
</td>
|
||||
</td> -->
|
||||
<td>
|
||||
{{owner.sex == 0 ? '男' : '女'}}
|
||||
</td>
|
||||
|
||||
@ -101,7 +101,7 @@
|
||||
<tr>
|
||||
<th>业主ID</th>
|
||||
<th data-hide="phone">名称</th>
|
||||
<th data-hide="phone">房屋编号</th>
|
||||
<!-- <th data-hide="phone">房屋编号</th> -->
|
||||
<th data-hide="phone">性别</th>
|
||||
<th data-hide="phone">年龄</th>
|
||||
<th data-hide="phone">身份证</th>
|
||||
@ -121,9 +121,9 @@
|
||||
<td>
|
||||
{{owner.name}}
|
||||
</td>
|
||||
<td>
|
||||
<!-- <td>
|
||||
{{owner.roomName}}
|
||||
</td>
|
||||
</td> -->
|
||||
<td>
|
||||
{{owner.sex == 0 ? '男' : '女'}}
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user