From bc7840156f7ccf152055800afc474f1421b5be97 Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 22 五月 2023 16:21:14 +0800 Subject: [PATCH] 代理商管理 --- management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver.js b/management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver.js index eaaeb26..424d751 100644 --- a/management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver.js +++ b/management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver.js @@ -66,7 +66,7 @@ } }}, {title: '添加时间', field: 'createTime', visible: true, align: 'center', valign: 'middle'}, - {title: '操作', visible: true, align: 'center', valign: 'middle',width:150, + {title: '操作', visible: true, align: 'center', valign: 'middle',width:'160px',fixed:'true', formatter: function (value, row) { if (row.status === 1){ return '<a href="#" onclick="TDriver.searchTDriverDetail('+row.id+')" style="color:green">详情</a>' +' ' + @@ -165,7 +165,7 @@ var index = layer.open({ type: 2, title: '冻结', - area: ['45%', '50%'], //宽高 + area: ['800px', '420px'], //宽高 fix: false, //不固定 maxmin: true, content: Feng.ctxPath + '/tDriver/tDriver_start_and_stop?id='+id @@ -180,7 +180,7 @@ var index = layer.open({ type: 2, title: '启用', - area: ['45%', '50%'], //宽高 + area: ['800px', '420px'], //宽高 fix: false, //不固定 maxmin: true, content: Feng.ctxPath + '/tDriver/tDriver_start_and_stop?id='+id @@ -233,7 +233,7 @@ var index = layer.open({ type: 2, title: '充值余额', - area: ['45%', '20%'], //宽高 + area: ['800px', '220px'], //宽高 fix: false, //不固定 maxmin: true, content: Feng.ctxPath + '/tDriver/rechargeBalancePage?id=' + id -- Gitblit v1.7.1