44323
2023-12-13 a6919a17014fdff73fd703da6f69e50288278720
11.27,9
1个文件已修改
7 ■■■■ 已修改文件
cloud-server-management/src/main/webapp/static/modular/system/operatorUser/operatorUser.js 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
            }