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
@@ -12,17 +12,17 @@ export const links = () => [
export const meta: MetaFunction = () => {
return [
{ title: 'AI智能合同模板搜索 - 智慧法务' },
{ title: '模板搜索 - 合同管理 - 智慧法务' },
{
name: 'description',
content: '使用AI智能索快速找到最适合的合同模板,支持自然语言描述搜索。'
content: '在合同管理模块中使用智能索快速找到合的合同模板。'
}
];
};
// 面包屑导航配置
export const handle = {
breadcrumb: "智能搜索"
breadcrumb: "模板搜索"
};
/**
@@ -117,4 +117,4 @@ export default function ContractTemplateSearchIndex() {
</div>
</div>
);
}
}