add table actions to datatable, client page, start writing db method for clients
This commit is contained in:
parent
a67e86af44
commit
df1df3f882
9 changed files with 1844 additions and 194 deletions
9
frontend/src/components/pages/Client.vue
Normal file
9
frontend/src/components/pages/Client.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<div>{{ clientId }}</div>
|
||||
</template>
|
||||
<script setup>
|
||||
defineProps({
|
||||
clientId: String,
|
||||
});
|
||||
</script>
|
||||
<style lang="css"></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue