From 4bf82789516d9d6d2140438d29805363e7570a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=87=E5=B3=B0?= Date: Wed, 6 May 2026 23:38:01 +0800 Subject: [PATCH] up color --- .../ops_vue_js/src/views/calendar/CalendarDetail.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/ops_vue_js/src/views/calendar/CalendarDetail.vue b/frontend/ops_vue_js/src/views/calendar/CalendarDetail.vue index 9eb6186..207aa35 100644 --- a/frontend/ops_vue_js/src/views/calendar/CalendarDetail.vue +++ b/frontend/ops_vue_js/src/views/calendar/CalendarDetail.vue @@ -47,12 +47,12 @@ 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: "#976BC2", label: t("schedule.exam"), name: t("schedule.exam"), type: "exam" }, + { value: "#066fd1", label: t("schedule.work"), name: t("schedule.work"), type: "work" }, + { value: "#09d119", label: t("schedule.duty"), name: t("schedule.duty"), type: "duty" }, + { value: "#ff00ff", 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" }, + { 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" }, ]) const pageData = ref({