Admin Order Page, refresh ERM diagram of database

This commit is contained in:
2024-11-09 15:19:08 +01:00
parent b84d542352
commit c58be89104
9 changed files with 550 additions and 394 deletions

View File

@@ -34,6 +34,10 @@ export const useOrderStore = defineStore("orderStore", {
.then(res => {
this.orders = res.data
})
},
async deleteOrder(order: OrderApiModel) {
}
}
})