king
2020-07-31 5ae8e447c55f61508546e00559f54eb623a5c803
src/tabviews/verupmanage/actionList/index.jsx
@@ -812,7 +812,7 @@
    const { loadingUuid, loadingNumber } = this.state
    return (
      <div className="button-list toolbar-button">
      <div className="verup-button-list verup-toolbar-button">
        {this.props.actions.map((item, index) => {
          let label = item.label
          if (loadingUuid === item.uuid && loadingNumber !== '') {