9.1 公共组件整理
This commit is contained in:
@ -13,7 +13,7 @@ import { getApplicationData, getMonitorSample, getRoomProjectData, getTodayExper
|
||||
import { debounce } from 'lodash';
|
||||
import { RightCircleOutlined } from '@ant-design/icons';
|
||||
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 onHeaderCell = () => ({ className: "screen-table-header", });
|
||||
|
@ -9,7 +9,7 @@ import warn_icon_02 from '@/assets/screen/warn_icon_02.png'
|
||||
import { getBidRoomData, getCameraList, getExpertReports, getLookBackList } from "./service";
|
||||
import { bidStatusMap, homeClick, previousClick } from "../MonitorRoom";
|
||||
import { getWarnData } from "../Home/service";
|
||||
import ScreenVideoPlay from "@/components/Screen/ScreenVideoPlay";
|
||||
import ScreenVideoPlay from "@/components/ElecBidEvaluation/ScreenVideoPlay";
|
||||
import { pictureDisplayPath } from "@/utils/DownloadUtils";
|
||||
import { getURLInformation } from "@/utils/CommonUtils";
|
||||
|
||||
|
Reference in New Issue
Block a user