king
2021-03-17 922fbb1d818d5fa8c178c66b21885291e6376701
src/tabviews/zshare/mutilform/checkCard/index.jsx
@@ -67,7 +67,12 @@
      paddingTop = '56.25%'
    }
    if (display !== 'picture') {
    if (!options || options.length === 0) {
      return null
    } else if (display !== 'picture') {
      if (!fields || fields.length === 0) {
        return null
      }
      return options.map(item => {
        let _active = false
        if (multiple === 'true' && selectKeys.includes(item.$value)) {