send filter degree, gender and speciality with en name, handle set url in doctors page with searchbar home for key field or search, set value of province in url with id, change filter stars with ASC and DESC, bg-color of field in spcialties
This commit is contained in:
@@ -257,3 +257,9 @@ export const dateToTimestamp = (date) => {
|
||||
|
||||
return inSeconde;
|
||||
};
|
||||
|
||||
export const degreeVal = [
|
||||
{ name: "پزشک عمومی", val: "general" },
|
||||
{ name: "پزشک متخصص", val: "specialist" },
|
||||
{ name: "پزشک فوق تخصص", val: "subspecialistplus" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user