|
@@ -577,6 +577,9 @@ class DownloadTool extends React.Component {
|
|
|
</Form>
|
|
|
)}
|
|
|
<div className="model-buttons">
|
|
|
+ {!this.state.canDownload && (
|
|
|
+ <span style={{ marginLeft: 40, color: 'red', fontSize: 12 }}>用户权限不够,无法使用导出功能</span>
|
|
|
+ )}
|
|
|
<Button
|
|
|
onClick={() => this.submit()}
|
|
|
type="primary"
|