java110
2020-02-26 fa0b23dd73d57f3460e878fa9d990ec7440baae9
WebService/src/main/resources/components/appPackage/app-manage/appManage.html
@@ -18,10 +18,10 @@
                        <tr>
                            <th>应用Id</th>
                            <th>应用名称</th>
                            <th>秘钥</th>
<!--                            <th>秘钥</th>-->
                            <th>白名单</th>
                            <th>黑名单</th>
                            <th>备注</th>
<!--                            <th>备注</th>-->
                            <th class="text-right">操作</th>
@@ -31,10 +31,10 @@
                            <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>