From e93c5d64b16a7b3271e81937f1df1b37ff5919cc Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 22 五月 2023 09:07:16 +0800 Subject: [PATCH] BUG修改 --- management/guns-admin/src/main/webapp/static/modular/system/tDriver/tDriver.js | 2 +- 1 files changed, 1 insertions(+), 1 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 9aece9f..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>' +' ' + -- Gitblit v1.7.1