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();