From 6c5cc7151dbfd583db247b17001d9bf537405689 Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Tue, 25 Sep 2018 11:29:53 +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 --- .../admin/view/system/system_databackup/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/admin/view/system/system_databackup/index.php b/application/admin/view/system/system_databackup/index.php index 4e65cf58..b1399d94 100644 --- a/application/admin/view/system/system_databackup/index.php +++ b/application/admin/view/system/system_databackup/index.php @@ -41,7 +41,7 @@ -
+
@@ -94,11 +94,11 @@ ,toolbar: '#toolbarDemo' ,cols: [[ {type:'checkbox'}, - {field: 'name', title: '表名称'}, + {field: 'name', title: '表名称', sort: true}, {field: 'comment', title: '备注' }, - {field: 'engine', title: '类型'}, - {field: 'data_length', title: '大小'}, - {field: 'update_time', title: '更新时间'}, + {field: 'engine', title: '类型', sort: true}, + {field: 'data_length', title: '大小', sort: true}, + {field: 'update_time', title: '更新时间', sort: true}, {field: 'rows', title: '行数'}, {fixed: 'right', title: '操作', width: '10%', align: 'center', toolbar: '#barDemo'} ]]