เพิ่ม comment ระบบลาออกและขอโอน
This commit is contained in:
parent
6621dfd7f0
commit
3f5687f0aa
15 changed files with 1529 additions and 1889 deletions
|
|
@ -112,7 +112,7 @@ watch(props, async (count, prevCount) => {
|
|||
})
|
||||
|
||||
/**
|
||||
* ฟังชันน์ยกเลิก model
|
||||
* ฟังก์ชั่นยกเลิก model
|
||||
* @param text
|
||||
*/
|
||||
const cancel = async (text: string) => {
|
||||
|
|
@ -121,7 +121,7 @@ const cancel = async (text: string) => {
|
|||
modeCancel.value = true
|
||||
}
|
||||
/**
|
||||
* ฟังชันน์เปิด model
|
||||
* ฟังก์ชั่นเปิด model
|
||||
* @param text
|
||||
*/
|
||||
const view = async (text: string) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue