feat: align frontend document and rule management flows
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user