| | |
| | | if (this.record.eleType === 'number') { |
| | | _options.push('decimal', 'format') |
| | | } |
| | | } else if (this.record.eleType === 'picture') { |
| | | _options.push('url') |
| | | if (this.record.noValue === 'show') { |
| | | _options.push('lostTip') |
| | | } |
| | | } else if (this.record.eleType === 'video') { |
| | | } else if (this.record.eleType === 'picture' || this.record.eleType === 'video') { |
| | | _options.push('url') |
| | | } else { |
| | | _options.push('value') |
| | | } |
| | | if (this.record.eleType === 'video' && this.record.posterType) { |
| | | |
| | | if (this.record.eleType === 'picture' && this.record.noValue === 'show') { |
| | | _options.push('lostTip') |
| | | } else if (this.record.eleType === 'video' && this.record.posterType) { |
| | | if (this.record.posterType === 'dynamic') { |
| | | _options.push('posterField') |
| | | } else { |