refactor: hide btn preview on tab receipt
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
c8a6434e4c
commit
18b686e046
2 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ const props = withDefaults(
|
|||
hideEdit?: boolean;
|
||||
page?: number;
|
||||
pageSize?: number;
|
||||
hideBtnPreview?: boolean;
|
||||
}>(),
|
||||
{
|
||||
row: () => [],
|
||||
|
|
@ -127,6 +128,7 @@ defineEmits<{
|
|||
|
||||
<q-td class="text-right">
|
||||
<q-btn
|
||||
v-if="!hideBtnPreview"
|
||||
:id="`btn-preview-${props.row.workName}`"
|
||||
icon="mdi-play-box-outline"
|
||||
size="sm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue