Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
V3-TailingPond
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
V3-TailingPond
Commits
823970bc
Commit
823970bc
authored
Jun 24, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:警戒线
parent
bb304d10
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
index.vue
src/views/dataMonitor/jrx/history/index.vue
+13
-2
No files found.
src/views/dataMonitor/jrx/history/index.vue
View file @
823970bc
...
@@ -377,10 +377,21 @@ export default {
...
@@ -377,10 +377,21 @@ export default {
code
:
"
202206201438352828
"
,
code
:
"
202206201438352828
"
,
},
},
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
//
const data = res.body;
const
data
=
res
.
body
;
const
data
=
this
.
getChartData
().
body
//
const data = this.getChartData().body
console
.
log
(
"
data
"
,
data
);
console
.
log
(
"
data
"
,
data
);
const
chartData
=
this
.
seriesDataFormat
(
data
,
{
datekey
:
"
date
"
});
const
chartData
=
this
.
seriesDataFormat
(
data
,
{
datekey
:
"
date
"
});
var
warningLine
=
undefined
// this.form.config.warningLine;
var
option
=
{
valEnabled
:
true
,
opacity
:
1
,
lineWidth
:
3
,
};
var
alarmData
=
this
.
discernValidAlarmValue
(
data
.
alarm
,
data
.
lists
,
chartData
.
series
,
warningLine
,
option
);
// const chartData = data
// const chartData = data
console
.
log
(
"
chartCData
"
,
chartData
);
console
.
log
(
"
chartCData
"
,
chartData
);
...
...
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