加项单支付状态

This commit is contained in:
xianyi
2026-01-09 11:33:28 +08:00
parent 8df95d2104
commit f9a4e1dc1f
3 changed files with 18 additions and 0 deletions

View File

@@ -1847,6 +1847,9 @@ export const ExamSignPanel = ({ examId, onBusyChange }: ExamSignPanelProps) => {
{displayName}
{typeof bill.pdf_sort === 'number' ? `#${bill.pdf_sort}` : ''}
</span>
{bill.payment_status_name && (
<span className='text-xs text-gray-500 whitespace-nowrap'>{bill.payment_status_name}</span>
)}
{isSigned && (
<img
src='/sign.png'