รายการการประเมินผล
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
|
http
|
||||||
.post(config.API.kpiUserEvaluation + `/admin`, body)
|
.post(config.API.kpiUserEvaluation + `/list`, body)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
const data = res.data.result;
|
const data = res.data.result;
|
||||||
maxPage.value = Math.ceil(data.total / formQuery.pageSize);
|
maxPage.value = Math.ceil(data.total / formQuery.pageSize);
|
||||||
|
|
|
||||||
|
|
@ -518,8 +518,8 @@ onMounted(() => {
|
||||||
/>
|
/>
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
<q-card-section class="q-pt-none">
|
<q-card-section >
|
||||||
<div class="row col-12 q-pa-md q-col-gutter-md">
|
<div class="row col-12 q-col-gutter-md">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<q-select
|
<q-select
|
||||||
dense
|
dense
|
||||||
|
|
@ -672,7 +672,7 @@ onMounted(() => {
|
||||||
<q-separator />
|
<q-separator />
|
||||||
|
|
||||||
<q-card-actions align="right" class="bg-white text-teal">
|
<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-tooltip>บันทึกข้อมูล</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</q-card-actions>
|
</q-card-actions>
|
||||||
|
|
|
||||||
|
|
@ -2817,20 +2817,12 @@ onMounted(() => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<q-separator />
|
<q-separator v-if="isGov"/>
|
||||||
<div class="text-right q-pa-sm" v-if="isGov">
|
<q-card-actions align="right" v-if="isGov">
|
||||||
<q-btn
|
<q-btn label="บันทึก" color="secondary" type="submit"
|
||||||
dense
|
><q-tooltip>บันทึกข้อมูล</q-tooltip></q-btn
|
||||||
unelevated
|
>
|
||||||
label="บันทึก"
|
</q-card-actions>
|
||||||
id="onSubmit"
|
|
||||||
type="submit"
|
|
||||||
color="public"
|
|
||||||
class="q-px-md"
|
|
||||||
>
|
|
||||||
<q-tooltip>บันทึกข้อมูล</q-tooltip>
|
|
||||||
</q-btn>
|
|
||||||
</div>
|
|
||||||
</q-card>
|
</q-card>
|
||||||
</q-form>
|
</q-form>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue