From c98e45bfac25e9110ad0383faac54a54d98ea9d5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 18 十一月 2021 20:47:04 +0800 Subject: [PATCH] 2021-11-18 --- src/views/printTemplate/option.js | 30 +++++++++++++++++++++++------- 1 files changed, 23 insertions(+), 7 deletions(-) diff --git a/src/views/printTemplate/option.js b/src/views/printTemplate/option.js index fbf2b1c..1671000 100644 --- a/src/views/printTemplate/option.js +++ b/src/views/printTemplate/option.js @@ -787,13 +787,21 @@ initval: item.name, required: false }, - // { - // type: 'text', - // key: 'value', - // label: '鍥剧墖鍦板潃', - // initval: item.value, - // required: false - // }, + { + type: 'fileupload', + key: 'value', + label: '鍥剧墖鍦板潃', + initval: item.value, + required: false + }, + { + type: 'textarea', + key: 'productValue', + label: '姝e紡鍦板潃', + initval: item.productValue || '', + tooltip: '姝e紡绯荤粺浣跨敤鐨勫浘鐗囷紝涓虹┖鏃朵娇鐢ㄥ浘鐗囧湴鍧�銆�', + required: false + }, { type: 'select', key: 'field', @@ -803,6 +811,14 @@ options: fields }, { + type: 'text', + key: 'cusfield', + label: '鑷畾涔�', + initval: item.cusfield || '', + required: true, + hidden: true + }, + { type: 'number', key: 'left', label: '璺濆乏', -- Gitblit v1.8.0