diff --git a/src/modules/04_registry/components/Profile.vue b/src/modules/04_registry/components/Profile.vue
index 59baa9447..d3a61bacb 100644
--- a/src/modules/04_registry/components/Profile.vue
+++ b/src/modules/04_registry/components/Profile.vue
@@ -231,7 +231,7 @@
ให้ออกจากราชการ
-
+
({
year: new Date().getFullYear(),
});
-/** function เรียกข่อมูล calendar*/
-function getRandomColor() {
- return (
- "hsl(" +
- 360 * Math.random() +
- "," +
- (25 + 70 * Math.random()) +
- "%," +
- (85 + 10 * Math.random()) +
- "%)"
- );
-}
-
async function fetchCalendar() {
showLoader();
- const defaultColor = "#E3FDDA";
- const gradientColors = generateGradientColors(props.lists.length);
+ const defaultColor = "#e3fdda";
+ const gradientColors = '#f7d0dd'
const events = await props.lists.map(
(e: ExtendHistoryObject, index: number) => ({
@@ -104,7 +91,7 @@ async function fetchCalendar() {
allDay: false,
color:
props.lists.length > 1 && index > 0
- ? gradientColors[index]
+ ? gradientColors
: defaultColor,
})
);
@@ -120,13 +107,6 @@ async function fetchCalendar() {
}, 1000);
}
-function generateGradientColors(length: number) {
- const colors = [];
- for (let i = 0; i < length; i++) {
- colors.push(getRandomColor());
- }
- return colors;
-}
/**
* function convert เดือนปี