custom-银盛科技服务集团有限公司

This commit is contained in:
lys 2025-01-13 13:17:43 +08:00
parent 07f450cce3
commit cdee39f6b0
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Index extends Component {
<Button type="primary" onClick={this.handleQuoteAttendanceData}>引用</Button>,
<Button type="ghost" onClick={this.handleImportAttendanceData}>导入</Button>,
<Button type="ghost" disabled={_.isEmpty(selectedRowKeys)}
onClick={() => this.onDropMenuClick("batchExport")}>{getLabel(111, "批量导出")}</Button>
onClick={() => this.onDropMenuClick("batchExport")}>{getLabel(111, "导出")}</Button>
] : [
<Button type="primary" onClick={this.handleAddAttendFileds}>新建</Button>,
<WeaInputSearch placeholder={getLabel(511723, "请输入字段名称")}