Merge branch 'develop' into devTee
This commit is contained in:
commit
af7ffe27ab
6 changed files with 27 additions and 19 deletions
|
|
@ -1128,9 +1128,9 @@ onMounted(async () => {
|
|||
dense
|
||||
flat
|
||||
round
|
||||
color="primary"
|
||||
color="edit"
|
||||
@click="edit()"
|
||||
icon="mdi-pencil-outline"
|
||||
icon="edit"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
|
|
@ -300,9 +300,9 @@ onMounted(async () => {
|
|||
dense
|
||||
flat
|
||||
round
|
||||
color="primary"
|
||||
color="edit"
|
||||
@click="edit()"
|
||||
icon="mdi-pencil-outline"
|
||||
icon="edit"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
|
|
@ -422,9 +422,9 @@ onMounted(async () => {
|
|||
dense
|
||||
flat
|
||||
round
|
||||
color="primary"
|
||||
color="edit"
|
||||
@click="edit()"
|
||||
icon="mdi-pencil-outline"
|
||||
icon="edit"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
|
|
@ -363,19 +363,27 @@ onMounted(async () => {
|
|||
<div>แบบบันทึกผล (ผู้ดูเเล)</div>
|
||||
<div v-if="status == false">
|
||||
<q-btn
|
||||
v-if="!checkRoutePermisson"
|
||||
v-if="!checkRoutePermisson"
|
||||
dense
|
||||
flat
|
||||
round
|
||||
color="primary"
|
||||
color="edit"
|
||||
@click="edit()"
|
||||
icon="mdi-pencil-outline"
|
||||
icon="edit"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
</div>
|
||||
<div v-else>
|
||||
<q-btn dense flat round color="red" @click="cancel()" icon="mdi-undo" v-if="!checkRoutePermisson">
|
||||
<q-btn
|
||||
dense
|
||||
flat
|
||||
round
|
||||
color="red"
|
||||
@click="cancel()"
|
||||
icon="mdi-undo"
|
||||
v-if="!checkRoutePermisson"
|
||||
>
|
||||
<q-tooltip>ยกเลิก</q-tooltip>
|
||||
</q-btn>
|
||||
<q-btn
|
||||
|
|
@ -530,7 +538,7 @@ onMounted(async () => {
|
|||
<q-item-section side>
|
||||
<q-btn-group outline>
|
||||
<q-btn
|
||||
:disable="!status"
|
||||
:disable="!status"
|
||||
v-for="(item, index) in 5"
|
||||
:class="
|
||||
evaluate_ouptut[i]?.level == item.toString() && 'active'
|
||||
|
|
@ -566,7 +574,7 @@ onMounted(async () => {
|
|||
<q-item-section side>
|
||||
<q-btn-group outline>
|
||||
<q-btn
|
||||
:disable="!status"
|
||||
:disable="!status"
|
||||
v-for="(item, index) in 5"
|
||||
:class="knowledge_level == item && 'active'"
|
||||
outline
|
||||
|
|
@ -598,7 +606,7 @@ onMounted(async () => {
|
|||
<q-item-section side>
|
||||
<q-btn-group outline>
|
||||
<q-btn
|
||||
:disable="!status"
|
||||
:disable="!status"
|
||||
v-for="(item, index) in 5"
|
||||
:class="skill_level == item && 'active'"
|
||||
outline
|
||||
|
|
@ -630,7 +638,7 @@ onMounted(async () => {
|
|||
<q-item-section side>
|
||||
<q-btn-group outline>
|
||||
<q-btn
|
||||
:disable="!status"
|
||||
:disable="!status"
|
||||
v-for="(item, index) in 5"
|
||||
:class="competency_level == item && 'active'"
|
||||
outline
|
||||
|
|
@ -662,7 +670,7 @@ onMounted(async () => {
|
|||
<q-item-section side>
|
||||
<q-btn-group outline>
|
||||
<q-btn
|
||||
:disable="!status"
|
||||
:disable="!status"
|
||||
v-for="(item, index) in 5"
|
||||
:class="learn_level == item && 'active'"
|
||||
outline
|
||||
|
|
@ -695,7 +703,7 @@ onMounted(async () => {
|
|||
<q-item-section side>
|
||||
<q-btn-group outline>
|
||||
<q-btn
|
||||
:disable="!status"
|
||||
:disable="!status"
|
||||
v-for="(item, index) in 5"
|
||||
:class="apply_level == item && 'active'"
|
||||
outline
|
||||
|
|
|
|||
|
|
@ -378,9 +378,9 @@ onMounted(async () => {
|
|||
dense
|
||||
flat
|
||||
round
|
||||
color="primary"
|
||||
color="edit"
|
||||
@click="edit()"
|
||||
icon="mdi-pencil-outline"
|
||||
icon="edit"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@ onMounted(() => {
|
|||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="cursor-pointer">
|
||||
<q-tr :props="props">
|
||||
<q-td
|
||||
auto-width
|
||||
v-if="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue