เอา tab restore ออก ให้อยู่หน้าเดียว

This commit is contained in:
Net 2024-07-15 14:31:17 +07:00
parent 9d77be0646
commit e20ddf985f
2 changed files with 8 additions and 10 deletions

View file

@ -17,7 +17,6 @@ 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: "restore", label: "Restore", icon: "restore" },
]);
</script>