@@ -161,12 +273,15 @@ export function BarcodeDesignerRightPanel() {
+ {selected.barcodeType === "QR" && (
+
+ )}
-
+
update({ barcodeValue: e.target.value })}
- placeholder="123456789"
+ placeholder={selected.barcodeType === "QR" ? '{"part_no":"","part_name":"","spec":""}' : "123456789"}
/>
@@ -246,6 +361,7 @@ export function BarcodeDesignerRightPanel() {
)}