mirror of https://gitee.com/stylefeng/guns
【menu】隐藏创建时间与修改时间列
parent
2c0422af18
commit
83f6d7b800
|
@ -49,8 +49,8 @@ layui.use(['HttpRequest', 'treeTable', 'func'], function () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{field: 'createTime', align: "center", sort: true, title: '创建时间', minWidth: 120},
|
//{field: 'createTime', align: "center", sort: true, title: '创建时间', minWidth: 120},
|
||||||
{field: 'updateTime', align: "center", sort: true, title: '更新时间', minWidth: 120},
|
//{field: 'updateTime', align: "center", sort: true, title: '更新时间', minWidth: 120},
|
||||||
{align: 'center', toolbar: '#menuTableBar', title: '操作', minWidth: 145}
|
{align: 'center', toolbar: '#menuTableBar', title: '操作', minWidth: 145}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue