รายการการประเมินผล
This commit is contained in:
parent
2bed905233
commit
49bb827226
3 changed files with 10 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue