Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend
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
Schedules
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
h5-communicate
frontend
Commits
a2c0a601
Commit
a2c0a601
authored
Jun 11, 2020
by
熊成伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
eef33c20
Pipeline
#15301
passed with stages
in 1 minute and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
15 deletions
+9
-15
workspace.xml
.idea/workspace.xml
+7
-13
index.jsx
src/components/LogCard/index.jsx
+2
-2
No files found.
.idea/workspace.xml
View file @
a2c0a601
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"a6d092de-b4f8-454d-99f5-4dac3ce112e5"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/package-lock.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/package-lock.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/package.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/package.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/components/LogCard/index.jsx"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/components/LogCard/index.jsx"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/utils/instance.js"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/utils/instance.js"
afterDir=
"false"
/>
</list>
<list
default=
"true"
id=
"a6d092de-b4f8-454d-99f5-4dac3ce112e5"
name=
"Default Changelist"
comment=
""
/>
<ignored
path=
"$PROJECT_DIR$/.tmp/"
/>
<ignored
path=
"$PROJECT_DIR$/temp/"
/>
<ignored
path=
"$PROJECT_DIR$/tmp/"
/>
...
...
@@ -43,8 +37,8 @@
<file
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/src/components/LogCard/index.jsx"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"2
50
"
>
<caret
line=
"3
4"
column=
"191"
selection-start-line=
"34"
selection-start-column=
"191"
selection-end-line=
"34"
selection-end-column=
"191
"
/>
<state
relative-caret-position=
"2
75
"
>
<caret
line=
"3
5"
column=
"200"
selection-start-line=
"35"
selection-start-column=
"200"
selection-end-line=
"35"
selection-end-column=
"200
"
/>
<folding>
<element
signature=
"e#0#26#0"
expanded=
"true"
/>
</folding>
...
...
@@ -368,12 +362,12 @@
<workItem
from=
"1591579020550"
duration=
"32744000"
/>
<workItem
from=
"1591665260536"
duration=
"37378000"
/>
<workItem
from=
"1591751569364"
duration=
"40213000"
/>
<workItem
from=
"1591837824022"
duration=
"3
498
8000"
/>
<workItem
from=
"1591837824022"
duration=
"3
573
8000"
/>
</task>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"248
13
8000"
/>
<option
name=
"totallyTimeSpent"
value=
"248
88
8000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1382"
height=
"784"
extended-state=
"6"
/>
...
...
@@ -813,8 +807,8 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/components/LogCard/index.jsx"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"2
50
"
>
<caret
line=
"3
4"
column=
"191"
selection-start-line=
"34"
selection-start-column=
"191"
selection-end-line=
"34"
selection-end-column=
"191
"
/>
<state
relative-caret-position=
"2
75
"
>
<caret
line=
"3
5"
column=
"200"
selection-start-line=
"35"
selection-start-column=
"200"
selection-end-line=
"35"
selection-end-column=
"200
"
/>
<folding>
<element
signature=
"e#0#26#0"
expanded=
"true"
/>
</folding>
...
...
src/components/LogCard/index.jsx
View file @
a2c0a601
...
...
@@ -32,8 +32,8 @@ const Index = (props) => {
</
div
>
<
div
className=
"todo-footer"
>
<
div
>
<
p
className=
"pos-aline"
><
img
alt=
""
src=
"/img/time.png"
className=
"footer-mes-img"
/>
更新时间:
{
data
.
RECEIVEDATE
&&
moment
(
data
.
RECEIVEDATE
).
format
(
"YYYY-MM-DD HH:mm:ss"
)
||
''
}
</
p
>
<
p
className=
"pos-aline footer-mes-sec"
><
img
alt=
""
src=
"/img/time-2.png"
className=
"footer-mes-img"
/>
发起时间:
{
data
.
SENDTIME
&&
moment
(
data
.
SENDTIME
).
format
(
"YYYY-MM-DD HH:mm:ss"
)
||
''
}
</
p
>
<
p
className=
"pos-aline"
><
img
alt=
""
src=
"/img/time.png"
className=
"footer-mes-img"
/>
更新时间:
{
data
.
RECEIVEDATE
?
moment
(
data
.
RECEIVEDATE
).
format
(
"YYYY-MM-DD HH:mm:ss"
)
:
''
}
</
p
>
<
p
className=
"pos-aline footer-mes-sec"
><
img
alt=
""
src=
"/img/time-2.png"
className=
"footer-mes-img"
/>
发起时间:
{
data
.
SENDTIME
?
moment
(
data
.
SENDTIME
).
format
(
"YYYY-MM-DD HH:mm:ss"
)
:
''
}
</
p
>
</
div
>
<
img
alt=
""
...
...
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