feat: 更新路由配置,调整用户列表路由位置,移除通知视图中的操作列
This commit is contained in:
@@ -104,13 +104,13 @@ const columns: TableBaseColumns = [
|
||||
render: (row: any) => {
|
||||
return useDateFormat(row.createdAt, 'YYYY-MM-DD HH:mm:ss').value;
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
key: 'operations',
|
||||
fixed: 'right',
|
||||
width: 120
|
||||
}
|
||||
// {
|
||||
// title: '操作',
|
||||
// key: 'operations',
|
||||
// fixed: 'right',
|
||||
// width: 120
|
||||
// }
|
||||
];
|
||||
|
||||
function handleAdd() {
|
||||
|
||||
Reference in New Issue
Block a user