king
2022-01-22 56cf1b98d331c88eb6b0de8d03a85ce06f19f901
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -101,6 +101,9 @@
    if (['text', 'number', 'picture', 'slider', 'barcode', 'qrcode', 'video'].includes(eleType)) {
      if (datatype === 'dynamic') {
        _options.push('field')
        if (eleType === 'number') {
          _options.push('decimal')
        }
      } else if (eleType === 'picture' || eleType === 'video') {
        _options.push('url')
      } else {