fixing message select date 0 day
This commit is contained in:
parent
ba63d25827
commit
4320ef42dd
13 changed files with 504 additions and 467 deletions
|
|
@ -365,7 +365,7 @@ export const useCounterMixin = defineStore("mixin", () => {
|
|||
component: CustomComponent,
|
||||
componentProps: {
|
||||
title: `ข้อความแจ้งเตือน`,
|
||||
message: `ไม่สามารถลาได้ เนื่องจากจำนวนวันลาเกินที่กำหนด`,
|
||||
message: `ไม่สามารถลาได้ เนื่องจากจำนวนวันลาเกินที่กำหนด/ช่วงวันลาที่ระบุไม่ถูกต้อง`,
|
||||
icon: "warning",
|
||||
color: "red",
|
||||
onlycancel: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue