From 430b579f7b409dfd59cc93e7cf4fea797a610765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E5=B8=85?= Date: Thu, 8 Sep 2022 09:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ElecEvaluation/VideoMonitor/ViewModal.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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%"} >