src/views/menudesign/index.jsx
@@ -859,6 +859,8 @@ } } else if (item.type === 'dashboard' && !item.plot.valueField) { error = `组件《${item.name}》显示值尚未设置!` } else if (item.type === 'scatter' && (!item.plot.Xaxis || !item.plot.Yaxis || !item.plot.gender)) { error = `组件《${item.name}》坐标轴尚未设置!` } }) }