feat: align frontend document and rule management flows

This commit is contained in:
wren
2026-05-06 09:40:37 +08:00
parent 8a5044b024
commit c54f84382b
41 changed files with 4239 additions and 2903 deletions
+1 -1
View File
@@ -844,7 +844,7 @@ export default function ReviewDetails() {
// 构建自定义面包屑项
const getBreadcrumbItems = () => {
const items = [
{ title: "评查详情", to: `/reviews?id=${document?.id}` }
{ title: "评查详情", to: `/reviewsTest?id=${document?.id}` }
];
// 添加前置路由