updated คะแนนประเมินระบบ kpi
This commit is contained in:
parent
1cbaecce8e
commit
1ae9e85af9
3 changed files with 29 additions and 4 deletions
|
|
@ -49,6 +49,7 @@ const commanderHighMainOp = ref<DataOptions[]>([]);
|
|||
const evaluatorId = ref<any>(null);
|
||||
const commanderId = ref<any>(null);
|
||||
const commanderHighId = ref<any>(null);
|
||||
const score = ref<number>(0);
|
||||
|
||||
const formProfile = reactive<FormProfile>({
|
||||
fullName: "",
|
||||
|
|
@ -440,7 +441,7 @@ onMounted(() => {
|
|||
<div class="column">
|
||||
<span class="text-grey-6">คะแนนประเมิน</span>
|
||||
<span class="text-weight-medium text-primary">{{
|
||||
formProfile.score
|
||||
score.toFixed(2)
|
||||
}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -451,7 +452,7 @@ onMounted(() => {
|
|||
</q-card>
|
||||
|
||||
<q-card class="q-mt-md rounded">
|
||||
<TabMain />
|
||||
<TabMain v-model:score="score" />
|
||||
</q-card>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue