Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
1aa01846
Commit
1aa01846
authored
Jul 30, 2020
by
周远喜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ok
parent
c154d911
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
75 additions
and
71 deletions
+75
-71
dataGrid.vue
components/page/dataGrid.vue
+73
-69
compare.vue
pages/aps/results/compare.vue
+2
-2
No files found.
components/page/dataGrid.vue
View file @
1aa01846
This diff is collapsed.
Click to expand it.
pages/aps/results/compare.vue
View file @
1aa01846
...
...
@@ -28,7 +28,7 @@
<div
v-if=
"items.length>0"
class=
"fg list_box"
v-for=
"(li,a) in items"
:class=
"a%2 == 1?'dip_bg':''"
:key=
"a"
>
<ul
class=
"right_ul"
>
<li
class=
"right_ul_title"
>
<span
class=
"case"
>
方案一
{{
a
}}
</span>
<span
class=
"case"
>
{{
li
.
scheduleId
}}
</span>
<span
class=
"case_time"
>
2020-03-22 13:26:35
</span>
</li>
<li>
{{
li
.
deferNum
}}
</li>
...
...
@@ -101,7 +101,7 @@ export default {
items
(){
var
items
=
[];
this
.
schemas
.
map
(
p
=>
{
var
info
=
this
.
list
.
filter
(
u
=>
u
.
schedule
_Id
==
p
.
schedule
Id
)[
0
];
var
info
=
this
.
list
.
filter
(
u
=>
u
.
schedule
Id
==
p
.
schedule_
Id
)[
0
];
items
.
push
(
info
);
})
return
items
;
...
...
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