diff --git a/src/pages/ElecEvaluation/VideoMonitor/ViewModal.tsx b/src/pages/ElecEvaluation/VideoMonitor/ViewModal.tsx
index eadd357..6c576e8 100644
--- a/src/pages/ElecEvaluation/VideoMonitor/ViewModal.tsx
+++ b/src/pages/ElecEvaluation/VideoMonitor/ViewModal.tsx
@@ -1,4 +1,4 @@
-import { Spin, Modal, Descriptions, message } from 'antd';
+import { Spin, Modal, Descriptions, message, Button } from 'antd';
// import type { ColumnsType } from 'antd/es/table';
import React, { useState, useImperativeHandle, forwardRef } from 'react';
import { getReservationInfo, getReportInfo } from './service';
@@ -163,6 +163,13 @@ const columns: any = [
// }
// return result;
// }
+ const renderFooter = () => {
+ return (
+ <>
+
+ >
+ );
+ }
return (详情
{reservationInfo?.projectName}
}
- footer={null}
- width={1000}
+ footer={renderFooter()}
+ width={"60%"}
>