【menu】隐藏创建时间与修改时间列

pull/65/head
chenjinlong 2021-01-27 17:03:05 +08:00
parent 2c0422af18
commit 83f6d7b800
1 changed files with 2 additions and 2 deletions

View File

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