| | |
| | | options: [] |
| | | }, |
| | | { |
| | | type: 'file', |
| | | key: 'url', |
| | | label: '图片', |
| | | initVal: card.url || '', |
| | | maxfile: 1, |
| | | required: false |
| | | }, |
| | | { |
| | | type: 'text', |
| | | key: 'value', |
| | | label: '内容', |
| | |
| | | }, |
| | | { |
| | | type: 'number', |
| | | key: 'maxValue', |
| | | min: 1, |
| | | label: '最大值', |
| | | initVal: card.maxValue || 100, |
| | | tooltip: '即进度为100%时的值。', |
| | | required: true, |
| | | }, |
| | | { |
| | | type: 'number', |
| | | key: 'width', |
| | | min: 1, |
| | | max: 24, |
| | |
| | | key: 'radius', |
| | | label: '圆角', |
| | | initVal: card.radius || 'false', |
| | | required: true, |
| | | required: false, |
| | | options: [ |
| | | { value: 'true', text: '有' }, |
| | | { value: 'false', text: '无' } |