| | |
| | | <div class="ibox-tools" style="top:10px;"> |
| | | <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddVisitModal()"> |
| | | <i class="glyphicon glyphicon-plus"></i> |
| | | 添加访客 |
| | | 登记 |
| | | </button> |
| | | </div> |
| | | </div> |
| | |
| | | <tbody> |
| | | <tr v-for="visit in appManageInfo.visits"> |
| | | <td>{{visit.vId}}</td> |
| | | <td>{{visit.name}}</td> |
| | | <td>{{visit.vName}}</td> |
| | | <td>{{visit.phoneNumber}}</td> |
| | | <td>{{visit.visitGenderName}}</td> |
| | | <td>{{visit.visitGender=='0'?'男':'女'}}</td> |
| | | <td>{{visit.visitCase}}</td> |
| | | <td>{{visit.visitTime}}</td> |
| | | <td>{{visit.departureTime}}</td> |
| | |
| | | </div> |
| | | |
| | | <vc:create name="editVisit"></vc:create> |
| | | <vc:create name="deleteApp"></vc:create> |
| | | |
| | | </div> |