สิทธิ์ สรุปผลการพิจารณาความผิดทางวินัย

This commit is contained in:
STW_TTTY\stwtt 2024-08-08 16:36:35 +07:00
parent 47ce1ce70d
commit f853c76401
8 changed files with 91 additions and 27 deletions

View file

@ -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>