From f5062c2c10b26a50e9cc38bf37d02b3ce4603206 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 07 十二月 2022 19:00:16 +0800 Subject: [PATCH] 2022-12-07 --- src/views/printTemplate/option.js | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/views/printTemplate/option.js b/src/views/printTemplate/option.js index 24e4b88..f634781 100644 --- a/src/views/printTemplate/option.js +++ b/src/views/printTemplate/option.js @@ -268,6 +268,15 @@ initval: config.rotate || 0, required: false, options: Rotate + }, + { + type: 'number', + key: 'gap', + label: '闂撮殭', + initval: config.gap || '', + tooltip: 'RFID鏍囩闂撮殭銆�', + min: 0, + required: false } ] } @@ -637,6 +646,15 @@ required: true }, { + type: 'number', + key: 'narrowWidth', + label: '鍗曞厓瀹藉害', + initval: item.narrowWidth, + tooltip: '娉細RFID鏉$爜鍗曞厓瀹藉害锛岄粯璁ゅ�间负2銆�', + precision: 0, + required: false + }, + { type: 'select', key: 'background', label: '鑳屾櫙鑹�', -- Gitblit v1.8.0