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}》显示值尚未设置!` } }) }