Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
aa220b71
Commit
aa220b71
authored
Sep 17, 2021
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改视频平台界面
parent
74a7a5eb
Pipeline
#34859
skipped with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
21 deletions
+1
-21
VideoModal.jsx
src/pages/platformCenter/videoManager/VideoModal.jsx
+0
-20
index.js
src/pages/platformCenter/videoManager/index.js
+1
-1
No files found.
src/pages/platformCenter/videoManager/VideoModal.jsx
View file @
aa220b71
...
...
@@ -4,26 +4,6 @@ import { Form, Modal, Row, Col, Input, Select, notification } from 'antd';
const
VideoModal
=
props
=>
{
const
{
callBackSubmit
=
()
=>
{
},
visible
,
onCancel
,
obj
}
=
props
;
// useEffect(()=>{
// getData()
// },[visible])
// const getData =()=>{
// var url = `http://127.0.0.1:8085/web4/video/indexAll.html?ID=${obj.EquipmentCode}&skipCheck=true&name=${obj.Name}&disk=${obj.RecorderName}&site=null`
// let bodyHtml = `<iframe style= {{ border: 0, width: "100%", height: 630,}} src="${url}"/>`;
// let y=document.getElementsByClassName("pp")
// console.log(y)
// let x=document.getElementsByClassName("pp").innerHTML=bodyHtml
// console.log(x)
// // var url = `http://127.0.0.1:8085/web4/video/indexAll.html?ID=${obj.EquipmentCode}&skipCheck=true&name=${obj.Name}&disk=${obj.RecorderName}&site=null`
// // var x = document.getElementsByClassName("pp")
// // var iframe = document.createElement('iframe');
// // console.log(url)
// // iframe.src=url
// // x.appendChild(iframe);
// }
return
(
<
Modal
visible=
{
visible
}
...
...
src/pages/platformCenter/videoManager/index.js
View file @
aa220b71
...
...
@@ -75,7 +75,7 @@ const videoManager = () => {
width
:
150
,
align
:
'center'
,
title
:
(
<
div
>
录入时间
<
Tooltip
title
=
"
升序"
><
CaretUpFilled
style
=
{{
display
:
show1
,
color
:
'#1890ff'
,
marginTop
:
'-18px'
,
marginLeft
:
'60%'
}}
onClick
=
{()
=>
shengxu
()}
/></
Tooltip
><
Tooltip
title
=
"降
序"
><
CaretDownFilled
style
=
{{
display
:
show2
,
color
:
'#1890ff'
,
marginTop
:
'-18px'
,
marginLeft
:
'60%'
}}
onClick
=
{()
=>
jiangxu
()}
/></
Tooltip
><
/div
>
<
div
>
录入时间
<
Tooltip
title
=
"
点击降序"
><
CaretUpFilled
style
=
{{
display
:
show1
,
color
:
'#1890ff'
,
marginTop
:
'-18px'
,
marginLeft
:
'60%'
}}
onClick
=
{()
=>
shengxu
()}
/></
Tooltip
><
Tooltip
title
=
"点击升
序"
><
CaretDownFilled
style
=
{{
display
:
show2
,
color
:
'#1890ff'
,
marginTop
:
'-18px'
,
marginLeft
:
'60%'
}}
onClick
=
{()
=>
jiangxu
()}
/></
Tooltip
><
/div
>
)
},
{
title
:
'操作'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment