export const columns = [ { title: '菜单名称', dataIndex: 'title', key: 'title', width: 220, }, { title: '图标', dataIndex: 'icon', key: 'icon', align: 'center', width: 80, }, { title: 'Name ', dataIndex: 'name', key: 'name', align: 'center', }, // { // title: '权限标识', // dataIndex: 'performanceDate', // key: 'performanceDate', // }, { title: 'Path ', dataIndex: 'path', key: 'path', align: 'center', }, // { // title: 'Redirect ', // dataIndex: 'redirect', // key: 'redirect', // }, { title: ' 组件 ', dataIndex: 'component', key: 'component', align: 'center', }, { title: '排序 ', dataIndex: 'orderNo', key: 'orderNo', align: 'center', }, { title: '状态 ', dataIndex: 'hideMenu', key: 'hideMenu', align: 'center', }, { title: '操作', dataIndex: 'operation', key: 'operation', align: 'center', }, ]