优化打印标签逻辑

This commit is contained in:
gyq
2024-06-22 09:15:27 +08:00
parent 0b2b4b44d0
commit 44495c3ee7
9 changed files with 136 additions and 62 deletions

View File

@@ -164,7 +164,7 @@ app.whenReady().then(() => {
// 标签小票的窗口
const tagPrintWin = new BrowserWindow({
show: false,
show: true,
width: 320,
height: 240,
webPreferences: {