king
2023-06-20 bdcd0fd5fc77daae9ea308e5c8b07aef7d9acb02
Merge branch 'master' into positec
1个文件已修改
5 ■■■■ 已修改文件
src/menu/components/card/cardcellcomponent/elementform/index.jsx 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -200,10 +200,13 @@
      if (this.record.datatype === 'dynamic') {
        _options.push('field', 'noValue')
      } else if (this.record.tipType === 'text') {
        _options.push('value', 'height')
        _options.push('value')
      } else {
        _options.push('icon')
      }
      if (this.record.tipType === 'text') {
        _options.push('height')
      }
    } else if (this.record.eleType === 'formula' && this.record.eval === 'true') {
      _options.push('decimal')
    }