feat: show nonComplianceReason detail banner under identification section when report is NÃO CONFORME

This commit is contained in:
2026-06-23 16:55:39 +00:00
parent 94a41e6a6e
commit 0d90e3d5ae
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ export interface ComplianceItem {
export interface ComplianceData {
status: 'CONFORME' | 'NÃO CONFORME';
nonComplianceReason?: string;
mechanical: ComplianceItem[];
chemical: ComplianceItem[];
otherTests: ComplianceItem[];