mirror of https://github.com/layui/layui
更新 treeTable 测试用例
parent
4749883746
commit
696d189d0e
|
@ -33,7 +33,7 @@ layui.use(['treeTable'], function(){
|
||||||
{field: 'score', title: '评分', width: 80, sort: true},
|
{field: 'score', title: '评分', width: 80, sort: true},
|
||||||
{field: 'city', title: '城市', width: 150},
|
{field: 'city', title: '城市', width: 150},
|
||||||
{field: 'description', title: '描述', minWidth: 200},
|
{field: 'description', title: '描述', minWidth: 200},
|
||||||
{field: 'createTime', title: '创建时间', width: 170},
|
{field: 'createTime', title: '创建时间', width: 170, fixed: 'right'},
|
||||||
]],
|
]],
|
||||||
page: true
|
page: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue