Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
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
潘栩锋
hemei
Commits
caeb1e1a
Commit
caeb1e1a
authored
Jun 28, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 扫描图的结束时间写错了,变为了开始时间
parent
bd9ea6cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ScanGraphVm.cs
...ng/FLY.Thick.Blowing.UI/UiModule/ScanGraph/ScanGraphVm.cs
+1
-1
No files found.
Project.FLY.Thick.Blowing/FLY.Thick.Blowing.UI/UiModule/ScanGraph/ScanGraphVm.cs
View file @
caeb1e1a
...
@@ -530,7 +530,7 @@ namespace FLY.Thick.Blowing.UI.UiModule
...
@@ -530,7 +530,7 @@ namespace FLY.Thick.Blowing.UI.UiModule
else
else
{
{
Time
=
this
.
scanData
.
Time
;
Time
=
this
.
scanData
.
Time
;
EndTime
=
this
.
scanData
.
Time
;
EndTime
=
this
.
scanData
.
End
Time
;
Id
=
this
.
scanData
.
ID
;
Id
=
this
.
scanData
.
ID
;
OrgBoltNo
=
this
.
scanData
.
OrgBoltNo
;
OrgBoltNo
=
this
.
scanData
.
OrgBoltNo
;
IsBackw
=
this
.
scanData
.
IsBackw
;
IsBackw
=
this
.
scanData
.
IsBackw
;
...
...
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