chore: project

This commit is contained in:
xiaojunnuo
2026-02-06 16:16:00 +08:00
parent 5e7a67834b
commit 7b8b9cfd2b
9 changed files with 61 additions and 61 deletions
@@ -87,7 +87,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
width: 200,
cellRender({ row }) {
return (
<router-link to={`/sys/enterprise/project/member`} query={{ projectId: row.id }}>
<router-link to={`/sys/enterprise/project/detail`} query={{ projectId: row.id }}>
{row.name}
</router-link>
);