feat: improve filters and class pricing controls in dashboard
Add session class filter, distinct partial payment tag, richer notifications list, class discount/frontend toggles, and remove unused course discount column.
This commit is contained in:
@@ -54,7 +54,7 @@ const severity = computed(() => {
|
||||
|
||||
if (props.type === 'payment') {
|
||||
if (val === 'paid' || val === 'تسویه شده' || val === 'تسویهشده') return 'success';
|
||||
if (val === 'partial' || val === 'پرداخت جزئی') return 'warning';
|
||||
if (val === 'partial' || val === 'پرداخت جزئی') return 'contrast';
|
||||
if (val === 'pending' || val === 'در انتظار پرداخت') return 'info';
|
||||
if (val === 'overdue' || val === 'معوق شده' || val === 'معوق') return 'danger';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user