加项单支付状态
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user