refactor: quotation role check

This commit is contained in:
puriphatt 2025-07-03 15:17:37 +07:00
parent d880e1a1c5
commit 2269038e11
4 changed files with 34 additions and 21 deletions

View file

@ -19,6 +19,7 @@ const props = withDefaults(
page?: number;
pageSize?: number;
hideBtnPreview?: boolean;
hideAction?: boolean;
}>(),
{
row: () => [],
@ -149,6 +150,7 @@ defineEmits<{
/>
<KebabAction
v-if="!hideAction"
:idName="`btn-kebab-${props.row.workName}`"
status="'ACTIVE'"
hide-toggle