src/views/mobdesign/index.jsx
@@ -1302,6 +1302,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}》坐标轴尚未设置!` } }) }