diff --git a/src/modules/04_system/components/cardAutoBackup.vue b/src/modules/04_system/components/cardAutoBackup.vue new file mode 100644 index 00000000..116c1f2c --- /dev/null +++ b/src/modules/04_system/components/cardAutoBackup.vue @@ -0,0 +1,401 @@ + + + + + + { + openDialog = true; + } + " + > + ตั้งเวลาสำรองข้อมูล + + + + + + + + + + + + + + + + + {{ + col.label + }} + + + + + + + + + {{ + i !== 4 && i !== 2 && i !== 3 + ? col.value + : col.value === "สำเร็จ" + ? "สำเร็จ" + : i === 2 || i === 3 + ? getSize(col.value) + : "" + }} + + + + + + + ลบข้อมูลสำรอง + + + + คืนค่า + + + + + + + + + + + + + + + + + + + + + + + + + + + +