feat: 更新路由配置,调整用户列表路由位置,移除通知视图中的操作列

This commit is contained in:
2026-01-15 01:06:56 +07:00
parent 84c4f08dc2
commit 22b639f2f1
3 changed files with 15 additions and 17 deletions

View File

@@ -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() {