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
+3 -3
View File
@@ -22,10 +22,10 @@ export const links = () => [
export const meta: MetaFunction<typeof loader> = ({ data }) => {
return [
{ title: `${data?.template.title || '合同模板详情'} - 智慧法务` },
{ title: `${data?.template.title || '模板详情'} - 合同管理 - 智慧法务` },
{
name: 'description',
content: data?.template.description || '查看合同模板详细信息'
content: data?.template.description || '查看合同管理模块中的模板详细信息'
}
];
};
@@ -537,4 +537,4 @@ export default function ContractTemplateDetail() {
</div>
</div>
);
}
}