แก้คำผิด
This commit is contained in:
parent
3574330438
commit
15407e8acc
1 changed files with 8 additions and 8 deletions
|
|
@ -78,7 +78,7 @@ const columns = computed(() => {
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* function สร้างรายการข้อมูสำรอง
|
* function สร้างรายการข้อมูลสำรอง
|
||||||
*/
|
*/
|
||||||
function onCreateBackup() {
|
function onCreateBackup() {
|
||||||
dialogConfirm(
|
dialogConfirm(
|
||||||
|
|
@ -87,13 +87,13 @@ function onCreateBackup() {
|
||||||
showLoader();
|
showLoader();
|
||||||
await createBackUp();
|
await createBackUp();
|
||||||
},
|
},
|
||||||
"ยืนยันการสร้างข้อมูสำรอง",
|
"ยืนยันการสร้างข้อมูลสำรอง",
|
||||||
"ต้องการยืนยันการสร้างข้อมูสำรองใช่หรือไม่?"
|
"ต้องการยืนยันการสร้างข้อมูลสำรองใช่หรือไม่?"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* function ลบรายการข้อมูสำรอง
|
* function ลบรายการข้อมูลสำรอง
|
||||||
* @param id รายการสำรอง
|
* @param id รายการสำรอง
|
||||||
*/
|
*/
|
||||||
function onDelete(name: string) {
|
function onDelete(name: string) {
|
||||||
|
|
@ -104,8 +104,8 @@ function onDelete(name: string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* function คืนค่าข้อมูสำรอง
|
* function คืนค่าข้อมูลสำรอง
|
||||||
* @param id ข้อมูสำรอง
|
* @param id ข้อมูลสำรอง
|
||||||
*/
|
*/
|
||||||
function onRestore(name: string) {
|
function onRestore(name: string) {
|
||||||
dialogConfirm(
|
dialogConfirm(
|
||||||
|
|
@ -113,8 +113,8 @@ function onRestore(name: string) {
|
||||||
async () => {
|
async () => {
|
||||||
await restore(name);
|
await restore(name);
|
||||||
},
|
},
|
||||||
"ยืนยันการคืนค่าข้อมูสำรอง",
|
"ยืนยันการคืนค่าข้อมูลสำรอง",
|
||||||
"ต้องการยืนยันการคืนค่าข้อมูสำรองนี้ใช่หรือไม่?"
|
"ต้องการยืนยันการคืนค่าข้อมูลสำรองนี้ใช่หรือไม่?"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue