ประกาศผล
This commit is contained in:
parent
f6cb4d2454
commit
749933a68f
5 changed files with 134 additions and 0 deletions
12
src/modules/14_KPI/components/results/tableResults.vue
Normal file
12
src/modules/14_KPI/components/results/tableResults.vue
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<script setup lang="ts">
|
||||
/**
|
||||
* props
|
||||
*/
|
||||
const tab = defineModel<string>("tab", { required: true });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
{{ tab }}
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue