Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
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
ReactWeb5
wisdom-components
Commits
afb75961
Commit
afb75961
authored
Sep 18, 2024
by
李纪文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: mqtt订阅增加账户信息
parent
593d63bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
configuration_custom.js
...mponents/EC_ConfigurationView/src/configuration_custom.js
+1
-0
index.js
packages/extend-components/EC_HistoryView/src/index.js
+1
-1
No files found.
packages/extend-components/EC_ConfigurationView/src/configuration_custom.js
View file @
afb75961
...
@@ -1011,6 +1011,7 @@ const ConfigurationView = (props) => {
...
@@ -1011,6 +1011,7 @@ const ConfigurationView = (props) => {
controlback: controlData,
controlback: controlData,
})
})
: null;
: null;
const diagramJson = typeof fromJson === '
string
' ? fromJson : JSON.stringify(fromJson);
const diagramJson = typeof fromJson === '
string
' ? fromJson : JSON.stringify(fromJson);
diagramRender(diagramJson, list);
diagramRender(diagramJson, list);
setNoInitial(false);
setNoInitial(false);
...
...
packages/extend-components/EC_HistoryView/src/index.js
View file @
afb75961
...
@@ -620,7 +620,7 @@ const HistoryView = (props) => {
...
@@ -620,7 +620,7 @@ const HistoryView = (props) => {
当前时间
:
()
=>
{
当前时间
:
()
=>
{
return
[
return
[
dates
?.[
0
]
||
moment
(
moment
().
format
(
'YYYY-MM-DD 00:00:00'
)),
dates
?.[
0
]
||
moment
(
moment
().
format
(
'YYYY-MM-DD 00:00:00'
)),
moment
(
moment
())
,
moment
(
moment
())
];
];
},
},
}
}
...
...
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