king
2024-05-08 d08fba77101b83f211738c722403506cc7dab50b
src/templates/zshare/verifycard/baseform/index.jsx
@@ -315,7 +315,7 @@
        cols.push(col.field.toLowerCase())
        _columns.push(col)
        if (col.type === 'text' && col.field !== 'BID') {
        if ((col.type === 'text' || col.type === 'textarea') && col.field !== 'BID') {
          remarks.push(col)
        }
      })