更新 treeTable 测试用例

pull/1299/head
贤心 2023-06-28 15:24:32 +08:00
parent 0d565d4268
commit 72e7403957
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ layui.use(['treeTable'], function(){
url: './json/treeTable/demo-1.json',
maxHeight: 'full-32',
cols: [[
{type: 'checkbox', fixed: 'left'},
{type: 'numbers', fixed: 'left'},
{field: 'id', title: 'ID', width: 145, sort: true, fixed: 'left', totalRow: '合计:'},
{field: 'name', title: '用户名', width: 180, fixed: 'left'},