增加了手机操作端

This commit is contained in:
wushumin
2026-05-15 14:01:36 +08:00
parent 9aac78b8da
commit dd56e0861b
107 changed files with 23547 additions and 346 deletions

View File

@@ -343,6 +343,7 @@ export interface ReportListItem {
export interface ReportDetailData {
evidence_attachments: EvidenceAttachmentAsset[];
zhongjian_report_files: EvidenceAttachmentAsset[];
report_header: {
report_id: number;
report_no: string;
@@ -352,6 +353,9 @@ export interface ReportDetailData {
service_provider: string;
institution_name: string;
publish_time: string;
zhongjian_report_no: string;
report_entry_admin_name: string;
report_entered_at: string;
};
result_info: Record<string, any>;
product_info: Record<string, any>;