รายการการประเมินผล
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>
|
||||
|
|
|
|||
|
|
@ -2817,20 +2817,12 @@ onMounted(() => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<q-separator />
|
||||
<div class="text-right q-pa-sm" v-if="isGov">
|
||||
<q-btn
|
||||
dense
|
||||
unelevated
|
||||
label="บันทึก"
|
||||
id="onSubmit"
|
||||
type="submit"
|
||||
color="public"
|
||||
class="q-px-md"
|
||||
>
|
||||
<q-tooltip>บันทึกข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
<q-separator v-if="isGov"/>
|
||||
<q-card-actions align="right" v-if="isGov">
|
||||
<q-btn label="บันทึก" color="secondary" type="submit"
|
||||
><q-tooltip>บันทึกข้อมูล</q-tooltip></q-btn
|
||||
>
|
||||
</q-card-actions>
|
||||
</q-card>
|
||||
</q-form>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue