Commit e80c3113 by fengshuonan

更新字典的table显示

parent 7e8d5066
...@@ -31,7 +31,6 @@ layui.use(['table', 'ax', 'treetable'], function () { ...@@ -31,7 +31,6 @@ layui.use(['table', 'ax', 'treetable'], function () {
} }
}, },
{field: 'createTime', align: "center", sort: true, title: '创建时间'}, {field: 'createTime', align: "center", sort: true, title: '创建时间'},
{field: 'createUser', align: "center", sort: true, title: '创建人'},
{align: 'center', toolbar: '#tableBar', title: '操作'} {align: 'center', toolbar: '#tableBar', title: '操作'}
]]; ]];
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment