src/templates/zshare/modalform/datatable/index.jsx
@@ -297,10 +297,10 @@ handleAdd = () => { const { fields, type } = this.props if (this.state.data.length >= 20) { if (this.state.data.length >= 100) { notification.warning({ top: 92, message: '最多可添加20项!', message: '最多可添加100项!', duration: 5 }) return