| | |
| | | _options.push('value') |
| | | } |
| | | |
| | | if (this.record.eleType === 'text' && this.record.datatype === 'static' && this.record.noValue === 'hide') { |
| | | _options.push('noVField') |
| | | if (this.record.eleType === 'text' && this.record.noValue === 'hide') { |
| | | if (this.record.datatype === 'static') { |
| | | _options.push('noVField') |
| | | if (this.record.noVField) { |
| | | _options.push('noVExtra') |
| | | } |
| | | } else { |
| | | _options.push('noVExtra') |
| | | } |
| | | } |
| | | |
| | | if (this.record.eleType === 'picture' && this.record.noValue === 'show') { |
| | | _options.push('lostTip') |
| | | } else if (this.record.eleType === 'video' && this.record.posterType) { |
| | |
| | | return item |
| | | }) |
| | | }) |
| | | } else if (['datatype', 'showInfo', 'showType', 'fixStyle', 'posterType', 'eval', 'linkType', 'tipType', 'noValue'].includes(key)) { |
| | | } else if (['datatype', 'showInfo', 'showType', 'fixStyle', 'posterType', 'eval', 'linkType', 'tipType', 'noValue', 'noVField'].includes(key)) { |
| | | let _options = this.getOptions() |
| | | |
| | | this.setState({ |