props roundId

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-23 16:17:17 +07:00
parent 8d45efa921
commit 5c50705f72
4 changed files with 33 additions and 10 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: {