Explorar o código

!1439 【轻量级 PR】:新增条形码、二维码打印模板设计元素
Merge pull request !1439 from Hans/N/A

zuohuaijun hai 1 ano
pai
achega
e9acce40a7
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      Web/src/views/system/print/component/hiprint/providers.ts

+ 10 - 0
Web/src/views/system/print/component/hiprint/providers.ts

@@ -412,6 +412,16 @@ export const bProvider = function () {
 					title: '椭圆',
 					type: 'oval',
 				},
+                {
+					tid: 'bProviderModule.barcode',
+					title: '条形码',
+					type: 'barcode',
+				},
+				{
+					tid: 'bProviderModule.qrcode',
+					title: '二维码',
+					type: 'qrcode',
+				},
 			]),
 		]);
 	};