Helius
2020-12-18 cbad97fdf8ec5607ca0c2ae898cd4e0657e056a1
zq-erp/src/main/resources/templates/views/admin/hive/vip/vipInfo-list.html
@@ -175,7 +175,6 @@
    function buildOperation(value, row, index) {
        var html = "";
        html += '<a class="text-info" href="javascript:void(0)" onClick="openVipDetail(\''+row.phone+'\')">查看详情</a>&nbsp;&nbsp;'
        html += '<a class="text-info" href="javascript:void(0)" onClick="openVipDetail2(\''+row.phone+'\')">测试页面</a>&nbsp;&nbsp;'
        return html;
    }