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
1fbd431a
Commit
1fbd431a
authored
Dec 13, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改了Ai工作站的管道温度列表展示
parent
f4d35c08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
PipelineTempHistoryPage.vue
...ws/AIStation/PipelineTempPage/PipelineTempHistoryPage.vue
+5
-5
PipelineTempNewDataPage.vue
...ws/AIStation/PipelineTempPage/PipelineTempNewDataPage.vue
+5
-5
No files found.
src/views/AIStation/PipelineTempPage/PipelineTempHistoryPage.vue
View file @
1fbd431a
...
@@ -214,12 +214,12 @@ const handleSortChange = (data) => {
...
@@ -214,12 +214,12 @@ const handleSortChange = (data) => {
<span>
{{
scope
.
row
.
stationName
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
stationName
||
'-'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"device
IndexCod
e"
align=
"center"
label=
"光纤设备"
sortable
:sort-map=
"sortMapData"
/>
<el-table-column
prop=
"device
Nam
e"
align=
"center"
label=
"光纤设备"
sortable
:sort-map=
"sortMapData"
/>
<el-table-column
prop=
"sid"
align=
"center"
label=
"测温点"
sortable
:sort-map=
"sortMapData"
/
>
<!-- <el-table-column prop="sid" align="center" label="测温点" sortable :sort-map="sortMapData"/>--
>
<el-table-column
prop=
"acquisitionTime"
align=
"center"
width=
"180px"
label=
"采集时间"
sortable
:sort-map=
"sortMapData"
/>
<el-table-column
prop=
"acquisitionTime"
align=
"center"
width=
"180px"
label=
"采集时间"
sortable
:sort-map=
"sortMapData"
/>
<el-table-column
prop=
"averageTemperature"
align=
"center"
label=
"
平均温
°C"
/>
<el-table-column
prop=
"averageTemperature"
align=
"center"
label=
"
温度
°C"
/>
<el-table-column
prop=
"maxTemperature"
align=
"center"
label=
"最高温°C"
/
>
<!-- <el-table-column prop="maxTemperature" align="center" label="最高温°C"/>--
>
<el-table-column
prop=
"minTemperature"
align=
"center"
label=
"最低温°C"
/
>
<!-- <el-table-column prop="minTemperature" align="center" label="最低温°C"/>--
>
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
sortable
:sort-map=
"sortMapData"
>
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
sortable
:sort-map=
"sortMapData"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
...
...
src/views/AIStation/PipelineTempPage/PipelineTempNewDataPage.vue
View file @
1fbd431a
...
@@ -223,12 +223,12 @@ const handleSortChange = (data) => {
...
@@ -223,12 +223,12 @@ const handleSortChange = (data) => {
<span>
{{
scope
.
row
.
stationName
||
'-'
}}
</span>
<span>
{{
scope
.
row
.
stationName
||
'-'
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"device
IndexCod
e"
align=
"center"
label=
"光纤设备"
sortable
:sort-map=
"sortMapData"
/>
<el-table-column
prop=
"device
Nam
e"
align=
"center"
label=
"光纤设备"
sortable
:sort-map=
"sortMapData"
/>
<el-table-column
prop=
"sid"
align=
"center"
label=
"测温点"
sortable
:sort-map=
"sortMapData"
/
>
<!-- <el-table-column prop="sid" align="center" label="测温点" sortable :sort-map="sortMapData"/>--
>
<el-table-column
prop=
"acquisitionTime"
align=
"center"
width=
"180px"
label=
"采集时间"
sortable
:sort-map=
"sortMapData"
/>
<el-table-column
prop=
"acquisitionTime"
align=
"center"
width=
"180px"
label=
"采集时间"
sortable
:sort-map=
"sortMapData"
/>
<el-table-column
prop=
"averageTemperature"
align=
"center"
label=
"
平均温
°C"
/>
<el-table-column
prop=
"averageTemperature"
align=
"center"
label=
"
温度
°C"
/>
<el-table-column
prop=
"maxTemperature"
align=
"center"
label=
"最高温°C"
/
>
<!-- <el-table-column prop="maxTemperature" align="center" label="最高温°C"/>--
>
<el-table-column
prop=
"minTemperature"
align=
"center"
label=
"最低温°C"
/
>
<!-- <el-table-column prop="minTemperature" align="center" label="最低温°C"/>--
>
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<el-table-column
prop=
"alarmStatus"
align=
"center"
label=
"告警状态"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
<span
v-if=
"scope.row.alarmStatus=== '0'"
>
正常
</span>
...
...
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