无关风月
17 小时以前 5dc40fcd64b0513150f1d8335ab849e6d8cdc28e
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]