9.1 公共组件整理

This commit is contained in:
jl-zhoujl2
2022-09-01 15:18:49 +08:00
parent e7ee9ca2f0
commit 44f2b35998
3 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import { getApplicationData, getMonitorSample, getRoomProjectData, getTodayExper
import { debounce } from 'lodash'; import { debounce } from 'lodash';
import { RightCircleOutlined } from '@ant-design/icons'; import { RightCircleOutlined } from '@ant-design/icons';
import { history } from 'umi'; import { history } from 'umi';
import ScreenVideoPlay from '@/components/Screen/ScreenVideoPlay'; import ScreenVideoPlay from '@/components/ElecBidEvaluation/ScreenVideoPlay';
export const onCell = (_: any, rowIndex: any) => ({ className: rowIndex % 2 == 0 ? "screen-table-odd-content" : "screen-table-even-content", }); export const onCell = (_: any, rowIndex: any) => ({ className: rowIndex % 2 == 0 ? "screen-table-odd-content" : "screen-table-even-content", });
export const onHeaderCell = () => ({ className: "screen-table-header", }); export const onHeaderCell = () => ({ className: "screen-table-header", });

View File

@ -9,7 +9,7 @@ import warn_icon_02 from '@/assets/screen/warn_icon_02.png'
import { getBidRoomData, getCameraList, getExpertReports, getLookBackList } from "./service"; import { getBidRoomData, getCameraList, getExpertReports, getLookBackList } from "./service";
import { bidStatusMap, homeClick, previousClick } from "../MonitorRoom"; import { bidStatusMap, homeClick, previousClick } from "../MonitorRoom";
import { getWarnData } from "../Home/service"; import { getWarnData } from "../Home/service";
import ScreenVideoPlay from "@/components/Screen/ScreenVideoPlay"; import ScreenVideoPlay from "@/components/ElecBidEvaluation/ScreenVideoPlay";
import { pictureDisplayPath } from "@/utils/DownloadUtils"; import { pictureDisplayPath } from "@/utils/DownloadUtils";
import { getURLInformation } from "@/utils/CommonUtils"; import { getURLInformation } from "@/utils/CommonUtils";