|
|
@ -3,7 +3,7 @@ import { message as Message, Modal, Image, Button } from "antd"; |
|
|
|
import { dictionary, utils } from "@/config/common"; |
|
|
|
import ajax from "@/services"; |
|
|
|
import { TableModule } from "@/components"; |
|
|
|
import errorImg from "@/assets/images/error-img.png"; |
|
|
|
import errorImgNew from "@/assets/images/error-img-new.png"; |
|
|
|
import "./index.scss"; |
|
|
|
import moment from "moment"; |
|
|
|
|
|
|
@ -227,17 +227,19 @@ function ChargerMonitor() { |
|
|
|
width={1000} |
|
|
|
open={ImgRecordShow} |
|
|
|
footer={null} |
|
|
|
destroyOnClose |
|
|
|
onCancel={() => { |
|
|
|
closeImgRecordModal(); |
|
|
|
}} |
|
|
|
> |
|
|
|
<div className="content" style={{ height: 600 }}> |
|
|
|
<div className="content" style={{ height: 562 }}> |
|
|
|
<Image |
|
|
|
width={"100%"} |
|
|
|
height={"100%"} |
|
|
|
src={ImgRecordData?.pic_url} |
|
|
|
// prefixCls="custom-ant-image-preview-wrap ant-image" |
|
|
|
// preview={false} |
|
|
|
fallback={errorImg} |
|
|
|
fallback={errorImgNew} |
|
|
|
></Image> |
|
|
|
</div> |
|
|
|
</Modal> |
|
|
|