improvement: new prosthesis type data structure implemented and finally working!
This commit is contained in:
@@ -27,6 +27,8 @@ export type CaseSheetLabels = {
|
||||
toothChart: string;
|
||||
connected: string;
|
||||
teeth: string;
|
||||
archUpper: string;
|
||||
archLower: string;
|
||||
comments: string;
|
||||
noComments: string;
|
||||
};
|
||||
@@ -193,7 +195,7 @@ export function CaseSheetPrintLayout({
|
||||
) : null}
|
||||
</div>
|
||||
<p style={{ margin: '4px 0 0', fontSize: 11, color: '#475569' }}>
|
||||
{labels.teeth}: {formatToothList(row.teeth)}
|
||||
{labels.teeth}: {formatToothList(row.teeth, { UA: labels.archUpper, LA: labels.archLower })}
|
||||
</p>
|
||||
</li>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user