From a5d28f46df8ada6be4a736864c46e84274bd5a15 Mon Sep 17 00:00:00 2001 From: xurongyao Date: Mon, 17 Sep 2018 17:27:07 +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 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/application/admin/view/system/system_databackup/index.php b/application/admin/view/system/system_databackup/index.php index d8baac2e..0a8ef915 100644 --- a/application/admin/view/system/system_databackup/index.php +++ b/application/admin/view/system/system_databackup/index.php @@ -10,7 +10,10 @@
数据库表列表
- +
@@ -21,12 +24,14 @@ layList.tableList('userList',"{:Url('tablelist')}",function () { return [ + {type:'checkbox'}, {field: 'name', title: '表名称'}, {field: 'comment', title: '备注' }, {field: 'engine', title: '类型'}, {field: 'data_length', title: '大小'}, {field: 'update_time', title: '更新时间'}, {field: 'rows', title: '行数'}, + {fixed: 'right', title: '操作', width: '10%', align: 'center', toolbar: '#barDemo'} ]; },100); layList.reload();