king
2021-04-14 30b6c01972cc74152b733a94edcc0c2a614a2268
src/views/pcdesign/index.jsx
@@ -1345,6 +1345,8 @@
          if (!item.plot.Xaxis) {
            error = `组件《${item.name}》图表字段尚未设置!`
          }
        } else if (item.type === 'dashboard' && !item.plot.valueField) {
          error = `组件《${item.name}》显示值尚未设置!`
        }
      })
    }