This commit is contained in:
2026-05-06 21:11:28 +08:00
parent bbf5f47fc6
commit a4ed48a26f
4 changed files with 26 additions and 1 deletions
@@ -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" },