fix bug message ฟอร์มลา
This commit is contained in:
parent
6cab6a08ba
commit
518dd485b9
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,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