Merge branch 'nice_dev' into develop
This commit is contained in:
commit
62f95e29cd
10 changed files with 2484 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
import { onMounted, ref, watch } from "vue";
|
||||
import type { QTableProps } from "quasar";
|
||||
|
||||
const organization = ref<string>(1);
|
||||
const organization = ref<number>(1);
|
||||
const organizationOptions = ref<any>([{ id: 1, name: "ทั้งหมด" }]);
|
||||
const visibleColumns = ref<string[]>([
|
||||
"no",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue