| | |
| | | <tr> |
| | | <th>应用Id</th> |
| | | <th>应用名称</th> |
| | | <th>秘钥</th> |
| | | <!-- <th>秘钥</th>--> |
| | | <th>白名单</th> |
| | | <th>黑名单</th> |
| | | <th>备注</th> |
| | | <!-- <th>备注</th>--> |
| | | <th class="text-right">操作</th> |
| | | |
| | | |
| | |
| | | <tr v-for="app in appManageInfo.apps"> |
| | | <td>{{app.appId}}</td> |
| | | <td>{{app.name}}</td> |
| | | <td>{{app.securityCode}}</td> |
| | | <!-- <td>{{app.securityCode}}</td>--> |
| | | <td>{{app.whileListIp}}</td> |
| | | <td>{{app.blackListIp}}</td> |
| | | <td>{{app.remark}}</td> |
| | | <!-- <td>{{app.remark}}</td>--> |
| | | <td><div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" v-on:click="_openEditAppModel(app)">修改</button> |
| | | </div> |