From f59a500d24291d7f54b71dcca939a2a23dedca7c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 18 六月 2020 17:52:03 +0800 Subject: [PATCH] 2020-06-18 --- src/tabviews/zshare/actionList/printbutton/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/actionList/printbutton/index.jsx b/src/tabviews/zshare/actionList/printbutton/index.jsx index 5da7e95..4b898f7 100644 --- a/src/tabviews/zshare/actionList/printbutton/index.jsx +++ b/src/tabviews/zshare/actionList/printbutton/index.jsx @@ -554,7 +554,7 @@ } catch (e) { configParam = '' } - + if (!configParam) { error = '鎵撳嵃妯℃澘瑙f瀽閿欒锛�' } else { @@ -611,7 +611,7 @@ item.LabelSize = element.fontSize } else if (item.Type === 'qrcode') { item.Type = 'barcode' - item.BarcodeType = element.barcodeType + item.BarcodeType = element.qrcodeType item.BarcodeWidth = element.qrcodeWidth item.BarcodeHeight = element.qrcodeWidth item.BarcodeLabel = false -- Gitblit v1.8.0