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
a4b96b30
Commit
a4b96b30
authored
Jan 12, 2023
by
李纪文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改
parent
73f26954
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
package.json
packages/extend-components/EC_ConfigurationView/package.json
+1
-1
package.json
packages/extend-components/EC_HistoryView/package.json
+1
-1
index.js
packages/extend-components/EC_HistoryView/src/index.js
+1
-0
No files found.
packages/extend-components/EC_ConfigurationView/package.json
View file @
a4b96b30
{
"name"
:
"@wisdom-components/ec_configurationview"
,
"version"
:
"1.4.1
2
"
,
"version"
:
"1.4.1
3
"
,
"description"
:
"> TODO: description"
,
"author"
:
"tuqian <webtuqian@163.com>"
,
"homepage"
:
""
,
...
...
packages/extend-components/EC_HistoryView/package.json
View file @
a4b96b30
{
"name"
:
"@wisdom-components/ec_historyview"
,
"version"
:
"1.4.
5
"
,
"version"
:
"1.4.
7
"
,
"description"
:
"> TODO: description"
,
"author"
:
"cuijiahao <15927252954@163.com>"
,
"homepage"
:
""
,
...
...
packages/extend-components/EC_HistoryView/src/index.js
View file @
a4b96b30
...
...
@@ -111,6 +111,7 @@ const timeIntervalList = [
const
updateTime
=
(
key
)
=>
{
let
start
=
''
;
let
end
=
''
;
if
(
Array
.
isArray
(
key
))
{
start
=
moment
(
key
[
0
]).
format
(
timeFormat
);
end
=
moment
(
key
[
1
]).
format
(
timeFormat
);
...
...
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