Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhmes-agecal
Project
Project
Details
Activity
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
耿迪迪
zhmes-agecal
Commits
58f5015a
Commit
58f5015a
authored
Jan 09, 2026
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 历史数据界面显示问题
parent
e4f93e45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
...-agecal-web/src/views/palletDeviceUploadHistory/index.vue
+4
-4
No files found.
zhmes-agecal-web/src/views/palletDeviceUploadHistory/index.vue
View file @
58f5015a
...
...
@@ -121,14 +121,14 @@
<
/el-table-column
>
<
el
-
table
-
column
label
=
"继电器状态"
align
=
"center"
width
=
"150"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
tag
type
=
"info"
v
-
if
=
"scope.row.relayStatus ===
1
"
>
初始
<
/el-tag
>
<
el
-
tag
type
=
"success"
v
-
if
=
"scope.row.relayStatus ===
0
"
>
动作
<
/el-tag
>
<
el
-
tag
type
=
"info"
v
-
if
=
"scope.row.relayStatus ===
0
"
>
初始
<
/el-tag
>
<
el
-
tag
type
=
"success"
v
-
if
=
"scope.row.relayStatus ===
1
"
>
动作
<
/el-tag
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"脉冲状态"
align
=
"center"
width
=
"120"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
tag
type
=
"info"
v
-
if
=
"scope.row.pulseStatus ===
1
"
>
初始
<
/el-tag
>
<
el
-
tag
type
=
"success"
v
-
if
=
"scope.row.pulseStatus ===
0
"
>
动作
<
/el-tag
>
<
el
-
tag
type
=
"info"
v
-
if
=
"scope.row.pulseStatus ===
0
"
>
初始
<
/el-tag
>
<
el
-
tag
type
=
"success"
v
-
if
=
"scope.row.pulseStatus ===
1
"
>
动作
<
/el-tag
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"模块状态"
align
=
"center"
width
=
"120"
>
...
...
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