hwh
2024-06-04 3989f167b217f60e6c52722a2726450e029c7800
HTML_09/js/hiprint/plugins/config-etype-provider.js
@@ -143,11 +143,11 @@
                [
                    new hiprint.PrintElementTypeGroup("打印标签", datalist),
                    new hiprint.PrintElementTypeGroup("辅助", [
                        // {
                        //     tid: 'testModule.tableCustom',
                        //     title: '自定义表格',
                        //     type: 'tableCustom'
                        // },
                        {
                            tid: 'testModule.tableCustom',
                            title: '自定义表格',
                            type: 'tableCustom'
                        },
                        { tid: 'configModule.customText', title: '自定义文本', customText: '自定义文本', custom: true, type: 'text' },
                        { tid: 'configModule.image', title: '图片', data: '../../js/hiprint/hi.png', type: 'image' },
                        {