dialog comment
This commit is contained in:
parent
9156fb8e72
commit
3da93104be
3 changed files with 170 additions and 58 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue