Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kimber
ZiBoYingJI
Commits
56099822
Commit
56099822
authored
Sep 24, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情内页区分
parent
b99aab8f
Changes
20
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
1120 additions
and
124 deletions
+1120
-124
daqi-monitor.html
public/datav/detail/daqi-monitor.html
+184
-18
dev-use.html
public/datav/detail/dev-use.html
+1
-1
dizhi-huanjing.html
public/datav/detail/dizhi-huanjing.html
+1
-1
green-mine.html
public/datav/detail/green-mine.html
+1
-1
humidity-monitor.html
public/datav/detail/humidity-monitor.html
+1
-1
people-location.html
public/datav/detail/people-location.html
+1
-1
people-monitor.html
public/datav/detail/people-monitor.html
+1
-1
resource-storage.html
public/datav/detail/resource-storage.html
+1
-1
shape-monitor.html
public/datav/detail/shape-monitor.html
+3
-3
shui-monitor.html
public/datav/detail/shui-monitor.html
+1
-1
shuitu-monitor.html
public/datav/detail/shuitu-monitor.html
+184
-18
shuizhi-monitor.html
public/datav/detail/shuizhi-monitor.html
+184
-18
temperature-monitor.html
public/datav/detail/temperature-monitor.html
+1
-1
tu-monitor.html
public/datav/detail/tu-monitor.html
+1
-1
turang-monitor.html
public/datav/detail/turang-monitor.html
+184
-18
video-monitor.html
public/datav/detail/video-monitor.html
+1
-1
water-monitor.html
public/datav/detail/water-monitor.html
+1
-1
wind-monitor.html
public/datav/detail/wind-monitor.html
+1
-1
yandao-monitor.html
public/datav/detail/yandao-monitor.html
+184
-18
zaosheng-monitor.html
public/datav/detail/zaosheng-monitor.html
+184
-18
No files found.
public/datav/detail/daqi-monitor.html
View file @
56099822
This diff is collapsed.
Click to expand it.
public/datav/detail/dev-use.html
View file @
56099822
...
...
@@ -142,7 +142,7 @@
Axiosx
.
get
(
host
+
'
/api/kdFile/natural
'
,
{
params
:
{
enterpriseId
:
this
.
selectedMine
.
id
,
type
:
'
1
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
type
:
'
3
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
}
}).
then
(
res
=>
{
this
.
filePath
=
host
+
'
/file
'
+
res
.
data
.
body
...
...
public/datav/detail/dizhi-huanjing.html
View file @
56099822
...
...
@@ -142,7 +142,7 @@
Axiosx
.
get
(
host
+
'
/api/kdFile/natural
'
,
{
params
:
{
enterpriseId
:
this
.
selectedMine
.
id
,
type
:
'
1
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
type
:
'
4
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
}
}).
then
(
res
=>
{
this
.
filePath
=
host
+
'
/file
'
+
res
.
data
.
body
...
...
public/datav/detail/green-mine.html
View file @
56099822
...
...
@@ -142,7 +142,7 @@
Axiosx
.
get
(
host
+
'
/api/kdFile/natural
'
,
{
params
:
{
enterpriseId
:
this
.
selectedMine
.
id
,
type
:
'
1
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
type
:
'
5
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
}
}).
then
(
res
=>
{
this
.
filePath
=
host
+
'
/file
'
+
res
.
data
.
body
...
...
public/datav/detail/humidity-monitor.html
View file @
56099822
...
...
@@ -66,7 +66,7 @@
</div>
<div
class=
"menuInfo"
>
<ul>
<li
v-for=
"(item, index) in menuObj
.emergency
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
<li
v-for=
"(item, index) in menuObj
[bigScreenDetailMenuModel]
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
{{item.name}}
</li>
</ul>
...
...
public/datav/detail/people-location.html
View file @
56099822
...
...
@@ -63,7 +63,7 @@
</div>
<div
class=
"menuInfo"
>
<ul>
<li
v-for=
"(item, index) in menuObj
.emergency
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
<li
v-for=
"(item, index) in menuObj
[bigScreenDetailMenuModel]
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
{{item.name}}
</li>
</ul>
...
...
public/datav/detail/people-monitor.html
View file @
56099822
...
...
@@ -66,7 +66,7 @@
</div>
<div
class=
"menuInfo"
>
<ul>
<li
v-for=
"(item, index) in menuObj
.emergency
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
<li
v-for=
"(item, index) in menuObj
[bigScreenDetailMenuModel]
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
{{item.name}}
</li>
</ul>
...
...
public/datav/detail/resource-storage.html
View file @
56099822
...
...
@@ -142,7 +142,7 @@
Axiosx
.
get
(
host
+
'
/api/kdFile/natural
'
,
{
params
:
{
enterpriseId
:
this
.
selectedMine
.
id
,
type
:
'
1
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
type
:
'
2
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
}
}).
then
(
res
=>
{
this
.
filePath
=
host
+
'
/file
'
+
res
.
data
.
body
...
...
public/datav/detail/shape-monitor.html
View file @
56099822
...
...
@@ -62,7 +62,7 @@
</div>
<div
class=
"menuInfo"
>
<ul>
<li
v-for=
"(item, index) in menuObj
.emergency
.menuList"
@
click=
"changeMenu(item)"
<li
v-for=
"(item, index) in menuObj
[bigScreenDetailMenuModel]
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
{{item.name}}
</li>
...
...
@@ -128,8 +128,8 @@
<!-- 井下24小时人数变化趋势 -->
<div
class=
"wp100"
>
<div
class=
"relative"
>
<el-date-picker
style=
"width: 350px !important;"
v-model=
"createTime"
type=
"date
time
range"
value-format=
"yyyy-MM-dd
HH:mm:ss
"
range-separator=
"至"
start-placeholder=
"开始日期"
<el-date-picker
style=
"width: 350px !important;"
v-model=
"createTime"
type=
"daterange"
value-format=
"yyyy-MM-dd"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
align=
"right"
>
</el-date-picker>
</div>
...
...
public/datav/detail/shui-monitor.html
View file @
56099822
...
...
@@ -142,7 +142,7 @@
Axiosx
.
get
(
host
+
'
/api/kdFile/natural
'
,
{
params
:
{
enterpriseId
:
this
.
selectedMine
.
id
,
type
:
'
1
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
type
:
'
6
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
}
}).
then
(
res
=>
{
this
.
filePath
=
host
+
'
/file
'
+
res
.
data
.
body
...
...
public/datav/detail/shuitu-monitor.html
View file @
56099822
This diff is collapsed.
Click to expand it.
public/datav/detail/shuizhi-monitor.html
View file @
56099822
This diff is collapsed.
Click to expand it.
public/datav/detail/temperature-monitor.html
View file @
56099822
...
...
@@ -61,7 +61,7 @@
</div>
<div
class=
"menuInfo"
>
<ul>
<li
v-for=
"(item, index) in menuObj
.emergency
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
<li
v-for=
"(item, index) in menuObj
[bigScreenDetailMenuModel]
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
{{item.name}}
</li>
</ul>
...
...
public/datav/detail/tu-monitor.html
View file @
56099822
...
...
@@ -142,7 +142,7 @@
Axiosx
.
get
(
host
+
'
/api/kdFile/natural
'
,
{
params
:
{
enterpriseId
:
this
.
selectedMine
.
id
,
type
:
'
1
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
type
:
'
7
'
// 1:矿山全景2:资源储量3:开发利用4:地质环境5:绿色矿山6:水监测 7:土监测
}
}).
then
(
res
=>
{
this
.
filePath
=
host
+
'
/file
'
+
res
.
data
.
body
...
...
public/datav/detail/turang-monitor.html
View file @
56099822
This diff is collapsed.
Click to expand it.
public/datav/detail/video-monitor.html
View file @
56099822
...
...
@@ -100,7 +100,7 @@
</div>
<div
class=
"menuInfo"
>
<ul>
<li
v-for=
"(item, index) in menuObj
.emergency
.menuList"
@
click=
"changeMenu(item)"
<li
v-for=
"(item, index) in menuObj
[bigScreenDetailMenuModel]
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
{{item.name}}
</li>
...
...
public/datav/detail/water-monitor.html
View file @
56099822
...
...
@@ -59,7 +59,7 @@
</div>
<div
class=
"menuInfo"
>
<ul>
<li
v-for=
"(item, index) in menuObj
.emergency
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
<li
v-for=
"(item, index) in menuObj
[bigScreenDetailMenuModel]
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
{{item.name}}
</li>
</ul>
...
...
public/datav/detail/wind-monitor.html
View file @
56099822
...
...
@@ -61,7 +61,7 @@
</div>
<div
class=
"menuInfo"
>
<ul>
<li
v-for=
"(item, index) in menuObj
.emergency
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
<li
v-for=
"(item, index) in menuObj
[bigScreenDetailMenuModel]
.menuList"
@
click=
"changeMenu(item)"
:class=
"{active: bigScreenDetailMenu===item.name}"
>
{{item.name}}
</li>
</ul>
...
...
public/datav/detail/yandao-monitor.html
View file @
56099822
This diff is collapsed.
Click to expand it.
public/datav/detail/zaosheng-monitor.html
View file @
56099822
This diff is collapsed.
Click to expand it.
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