แก้ชื่อ tab Backup -> Backup & Restore

This commit is contained in:
Net 2024-07-15 17:33:32 +07:00
parent 1cefd745dc
commit cab38eceba

View file

@ -16,7 +16,7 @@ import Card from "@/modules/04_system/components/cardBackupRestore.vue";
*/
const tab = ref<string>("backup");
const tabItems = ref<ItemsTeb[]>([
{ name: "backup", label: "Backup", icon: "mdi-database" },
{ name: "backup", label: "Backup & Restore", icon: "mdi-database" },
]);
</script>