รายการการประเมินผล

This commit is contained in:
STW_TTTY\stwtt 2024-06-12 14:36:40 +07:00
parent 2bed905233
commit 49bb827226
3 changed files with 10 additions and 18 deletions

View file

@ -140,7 +140,7 @@ function fetchList() {
};
http
.post(config.API.kpiUserEvaluation + `/admin`, body)
.post(config.API.kpiUserEvaluation + `/list`, body)
.then((res) => {
const data = res.data.result;
maxPage.value = Math.ceil(data.total / formQuery.pageSize);

View file

@ -518,8 +518,8 @@ onMounted(() => {
/>
<q-separator />
<q-card-section class="q-pt-none">
<div class="row col-12 q-pa-md q-col-gutter-md">
<q-card-section >
<div class="row col-12 q-col-gutter-md">
<div class="col-12">
<q-select
dense
@ -672,7 +672,7 @@ onMounted(() => {
<q-separator />
<q-card-actions align="right" class="bg-white text-teal">
<q-btn dense unelevated label="บันทึก" type="submit" color="public">
<q-btn unelevated label="บันทึก" type="submit" color="public">
<q-tooltip>นทกขอม</q-tooltip>
</q-btn>
</q-card-actions>