up
This commit is contained in:
@@ -47,7 +47,7 @@ const eventData = ref({
|
||||
const colorOptions = ref([
|
||||
{ value: "#3788d9", label: t("schedule.work"), name: t("schedule.work"), type: "work" },
|
||||
{ value: "#06d6a0", label: t("schedule.duty"), name: t("schedule.duty"), type: "duty" },
|
||||
{ value: "#ff595e", label: t("schedule.exam"), name: t("schedule.exam"), type: "exam" },
|
||||
{ value: "#976BC2", label: t("schedule.exam"), name: t("schedule.exam"), type: "exam" },
|
||||
{ value: "#ffca3a", label: t("schedule.standby"), name: t("schedule.standby"), type: "standby" },
|
||||
{ value: "#D16C13", label: t("schedule.personal_holiday"), name: t("schedule.personal_holiday"), type: "personal_holiday" },
|
||||
{ value: "#D10D21", label: t("schedule.public_holiday"), name: t("schedule.public_holiday"), type: "public_holiday" },
|
||||
|
||||
Reference in New Issue
Block a user