2 Commits

  1. 5
      src/components/layout/Header/downloadModal.jsx

5
src/components/layout/Header/downloadModal.jsx

@ -82,7 +82,7 @@ function DownloadModal (props) {
return (
<div className='download-list-action'>
{
record.status == 2 ? (
record.state == 2 ? (
<div className="download-btn-download" style={{color: '#3AA9FF'}} onClick={() => handleDownload(record.file_url)}>下载</div>
) : null
}
@ -211,13 +211,14 @@ function DownloadModal (props) {
<div className="modal-export-container">
<div className="modal-export-title">
导出下载列表
<span>导出数量不足500时将不计入排队序列</span>
{/* <span>(导出数量不足500时,将不计入排队序列)</span> */}
</div>
<div className="modal-export-content">
<div className="export-tabs-wrapper">
<Tabs
defaultActiveKey="0"
onChange={handleTabChange}
activeKey={formData.type}
items={[
{ label: `全部`, key: '0' },
{ label: `导出中`, key: '1' },

Loading…
Cancel
Save