Исправила отображения дат, статусов, врача
This commit is contained in:
@@ -48,10 +48,29 @@ export const statuses = [
|
||||
label: "Не принят",
|
||||
icon: not_accepted,
|
||||
value: "not_accepted",
|
||||
class: "not-accepted",
|
||||
},
|
||||
{
|
||||
id: 1,
|
||||
label: "Принят",
|
||||
icon: accepted,
|
||||
value: "accepted",
|
||||
class: "accepted",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
label: "Отказ",
|
||||
icon: rejected,
|
||||
value: "rejected",
|
||||
class: "rejected",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
label: "На приеме",
|
||||
icon: reception,
|
||||
value: "reception",
|
||||
class: "reception",
|
||||
},
|
||||
{ id: 1, label: "Принят", icon: accepted, value: "accepted" },
|
||||
{ id: 2, label: "Отказ", icon: rejected, value: "rejected" },
|
||||
{ id: 3, label: "На приеме", icon: reception, value: "reception" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user