เพิ่ม tab ของ Schedule
This commit is contained in:
parent
a9ecba3a17
commit
a8db817f0b
1 changed files with 4 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ import type { ItemsTeb } from "@/modules/04_system/interface/index/Main";
|
|||
* import components
|
||||
*/
|
||||
import Card from "@/modules/04_system/components/cardBackupRestore.vue";
|
||||
import CardAutoBackup from "@/modules/04_system/components/cardAutoBackup.vue";
|
||||
|
||||
/**
|
||||
* ตัวแปร
|
||||
|
|
@ -17,6 +18,7 @@ import Card from "@/modules/04_system/components/cardBackupRestore.vue";
|
|||
const tab = ref<string>("backup");
|
||||
const tabItems = ref<ItemsTeb[]>([
|
||||
{ name: "backup", label: "Backup & Restore", icon: "mdi-database" },
|
||||
{ name: "autoBackUp", label: "Schedule ", icon: "mdi-clock-outline" },
|
||||
]);
|
||||
</script>
|
||||
|
||||
|
|
@ -48,11 +50,11 @@ const tabItems = ref<ItemsTeb[]>([
|
|||
<Card :tab="tab" />
|
||||
</q-tab-panel>
|
||||
|
||||
<q-tab-panel name="restore">
|
||||
<q-tab-panel name="autoBackUp">
|
||||
<q-card-section class="q-pa-none">
|
||||
<div class="text-h6">คืนค่า</div>
|
||||
</q-card-section>
|
||||
<Card :tab="tab" />
|
||||
<CardAutoBackup :tab="tab" />
|
||||
</q-tab-panel>
|
||||
</q-tab-panels>
|
||||
</q-card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue