增加菜单搜索功能,优化table高度

This commit is contained in:
季圣华
2021-09-03 23:06:39 +08:00
parent fe3436665e
commit 317d3bafc2
8 changed files with 44 additions and 35 deletions

View File

@@ -29,6 +29,10 @@ export const JeecgListMixin = {
showSizeChanger: true,
total: 0
},
/* 控制table高度 */
scroll: {
y: document.documentElement.clientHeight-330
},
/* 排序参数 */
isorter:{
column: 'createTime',