king
2021-12-17 f2a2e8744370a606a9c74c97857b7217d072bed0
src/menu/components/card/cardcellcomponent/elementform/index.jsx
@@ -81,7 +81,7 @@
          if (card.eleType === 'text') {
            item.options = item.oriOptions.filter(op => op.value !== 'percent' && op.value !== 'thdSeparator')
          } else if (card.eleType === 'number') {
            item.options = item.oriOptions.filter(op => op.value !== 'YYYY-MM-DD')
            item.options = item.oriOptions.filter(op => !op.value || op.value === 'percent' || op.value === 'thdSeparator')
          }
        } else if (item.key === 'url') {
          item.required = card.eleType !== 'qrcode'
@@ -179,7 +179,7 @@
          if (value === 'text') {
            item.options = item.oriOptions.filter(op => op.value !== 'percent' && op.value !== 'thdSeparator')
          } else if (value === 'number') {
            item.options = item.oriOptions.filter(op => op.value !== 'YYYY-MM-DD')
            item.options = item.oriOptions.filter(op => !op.value || op.value === 'percent' || op.value === 'thdSeparator')
          }
        } else if (item.key === 'url') {
          item.required = value !== 'qrcode'