Merge branch 'develop' into warunee-dev

This commit is contained in:
Warunee Tamkoo 2023-08-23 22:23:36 +07:00
commit 4977ab5f7e
6 changed files with 118 additions and 14 deletions

View file

@ -173,9 +173,6 @@ const columns2 = ref<QTableProps["columns"]>([
const rows2 = ref<any[]>([]);
const Note = ref<string>("");
const titleModal = ref<string>("");
const actionModal = ref<string>("");
const person = ref<any>([]);
const props = defineProps({
tab: {