| | |
| | | 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: '正式地址', |
| | | initval: item.productValue || '', |
| | | tooltip: '正式系统使用的图片,为空时使用图片地址。', |
| | | required: false |
| | | }, |
| | | { |
| | | type: 'select', |
| | | key: 'field', |
| | |
| | | options: fields |
| | | }, |
| | | { |
| | | type: 'text', |
| | | key: 'cusfield', |
| | | label: '自定义', |
| | | initval: item.cusfield || '', |
| | | required: true, |
| | | hidden: true |
| | | }, |
| | | { |
| | | type: 'number', |
| | | key: 'left', |
| | | label: '距左', |