Commit e59dcaac authored by liwei's avatar liwei

修改了AI无人站相关页面,以及大屏

parent 555d8208
...@@ -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'})
} }
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment