优化代码

This commit is contained in:
java110 2020-12-15 14:39:13 +08:00
parent f7ff7deb39
commit a561ef1af8
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>