Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
e59dcaac
Commit
e59dcaac
authored
Feb 17, 2025
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了AI无人站相关页面,以及大屏
parent
555d8208
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
20 deletions
+6
-20
PipelineTemp.js
src/api/AIStation/PipelineTemp.js
+3
-3
index.vue
src/views/AIStation/ExtinguisherPage/index.vue
+1
-1
index.vue
src/views/AIStation/MoveMonitorPage/index.vue
+1
-1
index.vue
src/views/AIStation/PipelineTempPage/index.vue
+0
-7
index.vue
src/views/AIStation/RecyclePumpPage/index.vue
+0
-7
index.vue
src/views/AIStation/TransTempPage/index.vue
+1
-1
No files found.
src/api/AIStation/PipelineTemp.js
View file @
e59dcaac
...
@@ -17,13 +17,13 @@ export const getPipAlarmNumber = () =>{
...
@@ -17,13 +17,13 @@ export const getPipAlarmNumber = () =>{
}
}
export
const
exportPipelineTempNewData
=
(
item
)
=>
{
export
const
exportPipelineTempNewData
=
(
item
)
=>
{
return
httpTwo
.
post
(
'/buspipelinetemperature/export'
,
item
,
''
,
''
,
''
,
{
responseType
:
'blob'
})
return
httpTwo
.
post
(
'/buspipelinetemperature/export'
,
item
,
''
,
''
,{
responseType
:
'blob'
})
}
}
export
const
exportPipelineTempHistoryData
=
(
item
)
=>
{
export
const
exportPipelineTempHistoryData
=
(
item
)
=>
{
return
httpTwo
.
post
(
'/buspipelinetemperature/historyExport'
,
item
,
''
,
''
,
''
,
{
responseType
:
'blob'
})
return
httpTwo
.
post
(
'/buspipelinetemperature/historyExport'
,
item
,
''
,
''
,{
responseType
:
'blob'
})
}
}
export
const
exportPipelineTempAlarmData
=
(
item
)
=>
{
export
const
exportPipelineTempAlarmData
=
(
item
)
=>
{
return
httpTwo
.
post
(
'/buspipelinetemperaturealarm/export'
,
item
,
''
,
''
,
''
,
{
responseType
:
'blob'
})
return
httpTwo
.
post
(
'/buspipelinetemperaturealarm/export'
,
item
,
''
,
''
,{
responseType
:
'blob'
})
}
}
src/views/AIStation/ExtinguisherPage/index.vue
View file @
e59dcaac
...
@@ -420,7 +420,7 @@ function downloadPlugin(){
...
@@ -420,7 +420,7 @@ function downloadPlugin(){
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch()"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch()"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport()"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport()"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载
图片插件
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载
证书
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
src/views/AIStation/MoveMonitorPage/index.vue
View file @
e59dcaac
...
@@ -444,7 +444,7 @@ function downloadPlugin(){
...
@@ -444,7 +444,7 @@ function downloadPlugin(){
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
v-if=
"selectedBtn !== 3"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
v-if=
"selectedBtn !== 3"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载
图片插件
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载
证书
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
src/views/AIStation/PipelineTempPage/index.vue
View file @
e59dcaac
...
@@ -399,12 +399,6 @@ function datePickerEndConfirm(e){
...
@@ -399,12 +399,6 @@ function datePickerEndConfirm(e){
}
}
}
}
//下载图片插件
function
downloadPlugin
(){
//下载插件
const
filepath
=
'https://111.33.86.174:1443/nginxService/v1/download/InstallRootCert.exe'
;
window
.
open
(
filepath
);
}
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"app-content"
>
<div
class=
"app-content"
>
...
@@ -461,7 +455,6 @@ function downloadPlugin(){
...
@@ -461,7 +455,6 @@ function downloadPlugin(){
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport()"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport()"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载图片插件
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
src/views/AIStation/RecyclePumpPage/index.vue
View file @
e59dcaac
...
@@ -365,12 +365,6 @@ function getSupplys(){
...
@@ -365,12 +365,6 @@ function getSupplys(){
}
}
}
}
//下载图片插件
function
downloadPlugin
(){
//下载插件
const
filepath
=
'https://111.33.86.174:1443/nginxService/v1/download/InstallRootCert.exe'
;
window
.
open
(
filepath
);
}
</
script
>
</
script
>
<
template
>
<
template
>
<div
class=
"app-content"
>
<div
class=
"app-content"
>
...
@@ -419,7 +413,6 @@ function downloadPlugin(){
...
@@ -419,7 +413,6 @@ function downloadPlugin(){
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载图片插件
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
src/views/AIStation/TransTempPage/index.vue
View file @
e59dcaac
...
@@ -450,7 +450,7 @@ function downloadPlugin(){
...
@@ -450,7 +450,7 @@ function downloadPlugin(){
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"search"
class=
"add-search-btn"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"resetSearch"
class=
"add-search-btn"
>
重置
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"handleExport"
class=
"add-search-btn"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载
图片插件
</el-button>
<el-button
type=
"primary"
@
click=
"downloadPlugin()"
class=
"add-search-btn"
>
下载
证书
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
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