รวมข้อมูลสมัคึรสอบไว้หน้าเดียว
This commit is contained in:
parent
a95c2fcbb4
commit
05d19419e7
11 changed files with 341 additions and 285 deletions
|
|
@ -95,7 +95,7 @@ import type { Pagination } from '@/modules/01_exam/interface/index/Main'
|
|||
const attrs = ref<any>(useAttrs())
|
||||
const table = ref<any>(null)
|
||||
const filterRef = ref<any>(null)
|
||||
const editBtn = ref<boolean>(false)
|
||||
const editBtn = ref<boolean>(true)
|
||||
const initialPagination = ref<Pagination>({
|
||||
// descending: false,
|
||||
rowsPerPage: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue