Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
甘
甘肃陇南
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
xinzhedeai
甘肃陇南
Commits
3228af12
Commit
3228af12
authored
Dec 04, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
历史数据添加设备名称和安装位置
parent
373b51df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
index.vue
src/views/environmentMonitor/historyData/index.vue
+4
-1
vue.config.js
vue.config.js
+4
-1
No files found.
src/views/environmentMonitor/historyData/index.vue
View file @
3228af12
...
...
@@ -140,7 +140,9 @@
<!--
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
label=
"主键,自增"
align=
"center"
prop=
"id"
/>
-->
<el-table-column
label=
"设备编号"
align=
"center"
prop=
"sensorid"
/>
<el-table-column
label=
"监测类型"
align=
"center"
prop=
"item"
/>
<el-table-column
label=
"设备名称"
align=
"center"
prop=
"equipname"
/>
<!--
<el-table-column
label=
"监测类型"
align=
"center"
prop=
"item"
/>
-->
<el-table-column
label=
"测量时间 "
align=
"center"
prop=
"time"
width=
"180"
>
<template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
time
)
}}
</span>
...
...
@@ -154,6 +156,7 @@
</
template
>
</el-table-column>
<el-table-column
label=
"报警级别"
align=
"center"
prop=
"bjjb"
/>
<el-table-column
label=
"设备安装位置"
align=
"center"
prop=
"installationlocate"
/>
<!-- <el-table-column label="创建时间" align="center" prop="createtime" width="180">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createtime) }}</span>
...
...
vue.config.js
View file @
3228af12
...
...
@@ -34,7 +34,10 @@ module.exports = {
open
:
true
,
proxy
:
{
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://192.168.0.103:8085/lswz`
,
// 线上内网
target
:
`http://192.168.113.100:8001/lswz`
,
// 青海线上内网
// target: `http://192.168.0.103:8085/lswz`, // 线上内网
// target: `http://192.168.2.18:8085/lswz`, // 毕广建
// target: `http://192.168.3.188:8085/lswz`,
//target: `http://192.168.3.37:8085/lswz`,
// target: `http://10.50.70.100:8085/lswz`,
...
...
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