feat: Added barcode download btn

This commit is contained in:
Muhammed Mustafa
2023-11-07 10:42:15 +00:00
parent 32c2b2e205
commit de551f740d
3 changed files with 103 additions and 13 deletions

View File

@@ -46,7 +46,12 @@ const rowHeight = inject(RowHeightInj, ref(undefined))
:footer="null"
@ok="handleModalOkClick"
>
<JsBarcodeWrapper v-if="showBarcode" :barcode-value="barcodeValue" :barcode-format="barcodeMeta.barcodeFormat" />
<JsBarcodeWrapper
v-if="showBarcode"
:barcode-value="barcodeValue"
:barcode-format="barcodeMeta.barcodeFormat"
show-download
/>
</a-modal>
<div
class="flex ml-2 w-full items-center"