😎新增条形码、二维码打印模板设计元素

This commit is contained in:
zuohuaijun 2024-10-14 09:47:25 +08:00
parent a79ea48c60
commit 4ae139112d

View File

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