updated kpi
This commit is contained in:
parent
a121569433
commit
a69d9e331d
8 changed files with 97 additions and 107 deletions
|
|
@ -175,7 +175,6 @@ function onSubmit() {
|
|||
kpiCapacityId: formDetail.id,
|
||||
level: expectedLevel.value.toString(),
|
||||
weight: weight.value,
|
||||
summary: 0,
|
||||
};
|
||||
showLoader();
|
||||
http[idProps.value ? `put` : `post`](url, body)
|
||||
|
|
@ -489,9 +488,9 @@ watch(
|
|||
</template>
|
||||
<template v-slot:no-data="{ icon, message }">
|
||||
<div
|
||||
class="q-pa-md text-weight-bold full-width text-center "
|
||||
class="q-pa-md text-weight-bold full-width text-center"
|
||||
>
|
||||
<span style="font-size: 16px;">ไม่พบข้อมูลสมรรถนะ</span>
|
||||
<span style="font-size: 16px">ไม่พบข้อมูลสมรรถนะ</span>
|
||||
</div>
|
||||
</template>
|
||||
</q-table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue