feat(ui): display evaluation point code and support code search

- Add pointCode field to ReviewPoint interface and data pipeline
- Show code badge (e.g., JZ-DJ-001) before evaluation point name
- Search bar now matches against point code in addition to name
- Updated placeholder to indicate code search support

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-23 20:02:35 +08:00
parent 13e16f4046
commit 2fe773909e
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -243,6 +243,7 @@ export async function loader({ request }: LoaderFunctionArgs) {
editAuditStatusMessage: '',
title: '该评查点未涉及',
pointName: r.name || '',
pointCode: r.code || '',
groupName: '',
status: 'notApplicable',
content: {},