44323
2023-12-13 a6919a17014fdff73fd703da6f69e50288278720
cloud-server-management/src/main/webapp/static/modular/system/operatorUser/operatorUser.js
@@ -49,12 +49,9 @@
                if(data==0) {
                    var str = '<button class="btn btn-outline btn-primary" onclick="TSite.auth('+row.operatorId+')" >去认证</button>'
                    btn = ['<p class="toolTip" style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis;" title="" onfocus="TUser.tooltip()">' + str + '</p>']
                }else if(data !=4){
                    var str = '<button class="btn btn-outline btn-primary" onclick="TSite.auth('+row.operatorId+')" >详情</button>'
                }else {
                    var str = '<button class="btn btn-outline btn-primary" onclick="TSite.auth(' + row.operatorId + ')" >详情</button>'
                    btn = ['<p class="toolTip" style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis;" title="" onfocus="TUser.tooltip()">' + str + '</p>']
                } else if(data==4){
                    var str = '<h3>已绑定</h3>'
                    btn = [str]
                }
                return btn;
            }
@@ -439,7 +436,7 @@
$(function () {
    $("#benefit").hide()
    var defaultColunms = TSite.initColumn();
    var table = new BSTable(TSite.id, "/operatorUser/listAll", defaultColunms);
    table.setPaginationType("client");