From 6691037cd2b1db4e7c76e1730568c57f695cffd6 Mon Sep 17 00:00:00 2001 From: xurongyao Date: Tue, 18 Sep 2018 14:29:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/system/system_databackup/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/admin/view/system/system_databackup/index.php b/application/admin/view/system/system_databackup/index.php index 20f85c7a..c5d326d8 100644 --- a/application/admin/view/system/system_databackup/index.php +++ b/application/admin/view/system/system_databackup/index.php @@ -48,7 +48,6 @@ //加载sql备份列表 layList.tableList('fileList',"{:Url('fileList')}",function () { return [ - {type:'checkbox'}, {field: 'backtime', title: '备份名称'}, {field: 'part', title: '备注' }, {field: 'size', title: '大小'}, @@ -69,7 +68,6 @@ layList.msg(res.msg); // layList.reload(); }); - $eb.createModalFrame('详情',layList.Url({a:'edit',p:{uid:data.name}})); break; case 'downloadFile': $eb.createModalFrame('详情',layList.Url({a:'edit',p:{uid:data.name}}));