更新 treeTable 测试用例

pull/1312/head
贤心 2023-07-31 15:46:57 +08:00
parent 4749883746
commit 696d189d0e
1 changed files with 1 additions and 1 deletions

View File

@ -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
});