mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 14:57:17 +00:00
feat: Added barcode download btn
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user