fix bug message ฟอร์มลา

This commit is contained in:
Warunee Tamkoo 2024-01-22 17:47:41 +07:00
parent 6cab6a08ba
commit 518dd485b9

View file

@ -411,7 +411,7 @@ export const useCounterMixin = defineStore("mixin", () => {
component: CustomComponent, component: CustomComponent,
componentProps: { componentProps: {
title: `ข้อความแจ้งเตือน`, title: `ข้อความแจ้งเตือน`,
message: `ไม่สามารถขอลาในช่วงเวลาเดียวกันได้ เนื่องจากมีการขอลาในช่วงเวลาดังกล่าวแล้ว`, message: `ไม่สามารถลาได้ เนื่องจากจำนวนวันลาเกินที่กำหนด`,
icon: "warning", icon: "warning",
color: "red", color: "red",
onlycancel: true, onlycancel: true,