king
2025-03-10 05b66ce9fbe2c1abc34b5f459b29b6e49e40125e
src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -373,6 +373,10 @@
              })())
            }
          }
          if (card.noVField && !data[card.noVField]) {
            val = ''
          }
        } else if (data.hasOwnProperty(card.field)) {
          val = data[card.field] + ''
        }