แก้ปุ่มแสดงความคิดเห็นลา
This commit is contained in:
parent
6c5503da6a
commit
dc1a71b37c
1 changed files with 5 additions and 2 deletions
|
|
@ -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 : "-" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue