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
821105bb
Commit
821105bb
authored
Apr 09, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据追溯页面优化
parent
b8e00f52
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
23 deletions
+22
-23
index.vue
pages/qc/dataTrace/index.vue
+22
-23
No files found.
pages/qc/dataTrace/index.vue
View file @
821105bb
...
@@ -13,8 +13,9 @@
...
@@ -13,8 +13,9 @@
<div
class=
"tableBox mb10"
:style=
"
{height:tbHeight}">
<div
class=
"tableBox mb10"
:style=
"
{height:tbHeight}">
<div
class=
"table"
>
<div
class=
"table"
>
<div
v-if=
"listTask.length==0"
class=
"wu_data"
>
暂无数据
</div>
<div
v-if=
"listTask.length==0"
class=
"wu_data"
>
暂无数据
</div>
<Card
class=
"card"
v-for=
"(item,index) in listTask"
<Row
:gutter=
"16"
>
:key=
"index"
>
<Col
span=
"6"
v-for=
"(item,index) in listTask"
:key=
"index"
>
<Card
class=
"card"
>
<h3
slot=
"title"
>
<h3
slot=
"title"
>
订单编号:
{{
item
.
mesCode
}}
订单编号:
{{
item
.
mesCode
}}
</h3>
</h3>
...
@@ -32,6 +33,8 @@
...
@@ -32,6 +33,8 @@
</a>
</a>
</p>
</p>
</Card>
</Card>
</Col>
</Row>
</div>
</div>
<div
v-show=
"noData"
class=
"no_data"
>
<div
v-show=
"noData"
class=
"no_data"
>
<h3>
暂无数据
</h3>
<h3>
暂无数据
</h3>
...
@@ -451,16 +454,12 @@ ul,li{
...
@@ -451,16 +454,12 @@ ul,li{
line-height
:
800px
;
line-height
:
800px
;
}
}
.card
{
.card
{
width
:
375px
;
margin
:
10px
0
10px
20px
;
margin
:
10px
0
10px
20px
;
}
}
.wu_data
{
.wu_data
{
margin
:
200px
auto
;
margin
:
200px
auto
;
font-size
:
18px
;
font-size
:
18px
;
}
}
/* .card_body01{
margin: 0 0 10px 0;
} */
.card_line
{
.card_line
{
height
:
30px
;
height
:
30px
;
line-height
:
30px
;
line-height
:
30px
;
...
...
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