แก้ปุ่มแสดงความคิดเห็นลา

This commit is contained in:
Warunee Tamkoo 2025-04-29 12:41:15 +07:00
parent 6c5503da6a
commit dc1a71b37c

View file

@ -51,7 +51,7 @@ const router = useRouter();
const route = useRoute();
const paramsId = route.params.id.toString();
const keycloakId = ref<string>("");
const keycloakUserId = ref<string>('')
const keycloakUserId = ref<string>("");
const workflowRef = ref<any>(null);
const modalApprove = ref(false);
const statusCheck = ref<string>("");
@ -996,6 +996,7 @@ onMounted(async () => {
"
>
<q-btn
dense
:disable="
statusCheck == 'NEW' ||
!approvePendingCheck ||
@ -1012,9 +1013,11 @@ onMounted(async () => {
? 'orange-3'
: 'orange-5'
"
class="q-px-md"
@click="openModal('authority')"
><q-tooltip>แสดงความคดเห</q-tooltip></q-btn
>
<q-tooltip>แสดงความคดเห</q-tooltip>
</q-btn>
</div>
<div v-else>
{{ props.row.comment ? props.row.comment : "-" }}