dialog comment

This commit is contained in:
STW_TTTY\stwtt 2024-05-14 15:48:06 +07:00
parent 9156fb8e72
commit 3da93104be
3 changed files with 170 additions and 58 deletions

View file

@ -297,6 +297,7 @@ onMounted(() => {
store.rolePerson === 'USER'
"
/>
<q-th auto-width/>
</q-tr>
</template>
<template v-slot:body="props">
@ -358,7 +359,7 @@ onMounted(() => {
{{ col.value }}
</div>
</q-td>
<q-td>
<q-td auto-width>
<div v-if="store.dataEvaluation.evaluationStatus == 'APPROVE'">
<q-btn
flat
@ -436,6 +437,8 @@ onMounted(() => {
v-model:dataListCriteria="dataListCriteria"
:get-data="getData"
/>
</template>
<style scoped>