king
2021-06-19 87c445887fe8d724ea124535234df974d3e1d58e
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