@@ -91,6 +91,12 @@ layui.config({
form.render();
},
cols: [
+ {
+ key: 'id',
+ title: 'ID',
+ width: '50px',
+ align: 'center',
+ },
{
key: 'title',
title: '名称',
@@ -99,12 +105,6 @@ layui.config({
}
// {
- // key: 'id',
- // title: 'ID',
- // width: '100px',
- // align: 'center',
- // },
- // {
// key: 'pid',
// title: '父ID',
// width: '100px',