แก้ข้อความในวินัย
This commit is contained in:
parent
4068fd8b74
commit
c50e00968c
8 changed files with 8 additions and 309 deletions
|
|
@ -27,7 +27,7 @@ const pageSize = ref<number>(5);
|
|||
const maxPage = ref<number>(1);
|
||||
const filter = ref<string>("");
|
||||
|
||||
/** function เรียกรายการผลการพิจารณาทางวินัย*/
|
||||
/** function เรียกรายการสรุปผลการพิจารณาทางวินัย*/
|
||||
async function fetchListResult() {
|
||||
showLoader();
|
||||
await http
|
||||
|
|
@ -76,7 +76,7 @@ onMounted(async () => {
|
|||
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายการผลการพิจารณาทางวินัย
|
||||
รายการสรุปผลการพิจารณาทางวินัย
|
||||
</div>
|
||||
<q-card flat bordered class="col-12 q-mt-sm q-pt-sm q-pa-md">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue