From 98346956b542835eb8d59e94bfbf5d47f799f2dd Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期一, 11 八月 2025 08:59:19 +0800 Subject: [PATCH] 赛事模块 --- cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js b/cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js index 529af05..01b5ce2 100644 --- a/cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js +++ b/cloud-server-management/src/main/webapp/static/modular/system/operator/operator.js @@ -30,19 +30,6 @@ return {1:"全国",2:"指定区域"}[data] } }, - {title: '商户绑定状态', field: 'status', visible: true, align: 'center', valign: 'middle', - formatter: function (data,row) { - var btn = ""; - if(data==1) { - var str = '<button class="btn btn-outline btn-primary" onclick="TSite.Allocationratio('+row.id+')" >去绑定</button>' - btn = ['<p class="toolTip" style="overflow:hidden;white-space:nowrap;text-overflow:ellipsis;" title="" onfocus="TUser.tooltip()">' + str + '</p>'] - }else{ - var str = '<h3>已绑定</h3>' - btn = [str] - } - return btn; - } - }, {title: '状态', field: 'state', visible: true, align: 'center', valign: 'middle', formatter:function (data) { return {1:"正常",2:"冻结",3:"删除"}[data] -- Gitblit v1.7.1