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