สิทธิ์ สรุปผลการพิจารณาความผิดทางวินัย
This commit is contained in:
parent
47ce1ce70d
commit
f853c76401
8 changed files with 91 additions and 27 deletions
|
|
@ -64,6 +64,13 @@ async function updateQueryString(p: number, pS: number, key: string) {
|
|||
function openEdit(id: string) {
|
||||
router.push(`/discipline-result/${id}`);
|
||||
}
|
||||
/**
|
||||
* ไปหน้าแก้ไข
|
||||
* @param id ไอดีเฉพาะ รายบุคคล
|
||||
*/
|
||||
function openDetail(id: string) {
|
||||
router.push(`/discipline-result-detail/${id}`);
|
||||
}
|
||||
|
||||
function filterStatus(statusReturn: string) {
|
||||
status.value = statusReturn;
|
||||
|
|
@ -102,6 +109,7 @@ onMounted(async () => {
|
|||
:totalList="totalList"
|
||||
@update:queryString="updateQueryString"
|
||||
v-model:open-edit="openEdit"
|
||||
v-model:open-detail="openDetail"
|
||||
:filterStatus="filterStatus"
|
||||
>
|
||||
</Table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue