mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
更新 treeTable 测试用例
This commit is contained in:
parent
4749883746
commit
696d189d0e
@ -33,7 +33,7 @@ layui.use(['treeTable'], function(){
|
||||
{field: 'score', title: '评分', width: 80, sort: true},
|
||||
{field: 'city', title: '城市', width: 150},
|
||||
{field: 'description', title: '描述', minWidth: 200},
|
||||
{field: 'createTime', title: '创建时间', width: 170},
|
||||
{field: 'createTime', title: '创建时间', width: 170, fixed: 'right'},
|
||||
]],
|
||||
page: true
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user