😎新增条形码、二维码打印模板设计元素
This commit is contained in:
parent
a79ea48c60
commit
4ae139112d
@ -412,6 +412,16 @@ export const bProvider = function () {
|
|||||||
title: '椭圆',
|
title: '椭圆',
|
||||||
type: 'oval',
|
type: 'oval',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
tid: 'bProviderModule.barcode',
|
||||||
|
title: '条形码',
|
||||||
|
type: 'barcode',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tid: 'bProviderModule.qrcode',
|
||||||
|
title: '二维码',
|
||||||
|
type: 'qrcode',
|
||||||
|
},
|
||||||
]),
|
]),
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user