king
2024-10-02 36276e96db8e9633f4bd68257e4c80fa0efe8c1d
src/menu/datasource/verifycard/excelout/index.jsx
@@ -69,7 +69,7 @@
  }
  render() {
    return (<DownloadOutlined className="columns-out" onClick={this.actionTrigger}/>)
    return (<DownloadOutlined className="columns-out" title="下载" onClick={this.actionTrigger}/>)
  }
}