refactor: quotation role check
This commit is contained in:
parent
d880e1a1c5
commit
2269038e11
4 changed files with 34 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue