Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
e3f559a3
Commit
e3f559a3
authored
Jun 19, 2019
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页样式修改
parent
1d461a32
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
sale.vue
src/components/sale/sale.vue
+9
-5
No files found.
src/components/sale/sale.vue
View file @
e3f559a3
...
@@ -55,16 +55,18 @@
...
@@ -55,16 +55,18 @@
<span>
出团时间
</span>
<span>
出团时间
</span>
<span>
未收金额
</span>
<span>
未收金额
</span>
</div>
</div>
<div
class=
"table_c"
>
<div
class=
"table_c"
>
<div
class=
"table_cont"
v-for=
"item in data.orderInfo"
v-if=
"data.orderInfo.length>0"
>
<div
class=
"table_cont"
v-for=
"item in data.orderInfo"
>
<span
style=
"font-size: 12px;color:#333333;"
>
{{
item
.
orderId
}}
</span>
<span
style=
"font-size: 12px;color:#333333;"
>
{{
item
.
orderId
}}
</span>
<span
style=
"font-size: 12px;color:#333333;"
>
{{
item
.
tcnum
}}
</span>
<span
style=
"font-size: 12px;color:#333333;"
>
{{
item
.
tcnum
}}
</span>
<span
style=
"font-size: 12px;color:#999999;"
>
{{
item
.
startDate
}}
</span>
<span
style=
"font-size: 12px;color:#999999;"
>
{{
item
.
startDate
}}
</span>
<span
style=
"font-size: 12px;color:#F36C5E;"
>
¥
{{
item
.
dueInMoney
}}
</span>
<span
style=
"font-size: 12px;color:#F36C5E;"
>
¥
{{
item
.
dueInMoney
}}
</span>
</div>
</div>
<span
v-else
>
暂无数据
</span>
<div
style=
"width: 100%;margin-top: 20px;text-align: center"
v-show=
"data.orderInfo ==null || data.orderInfo.length == 0"
>
暂无数据
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</el-col>
</el-col>
...
@@ -161,7 +163,9 @@
...
@@ -161,7 +163,9 @@
<span
style=
"font-size: 14px;color: #333333;float: left"
>
我的评价
</span>
<span
style=
"font-size: 14px;color: #333333;float: left"
>
我的评价
</span>
</div>
</div>
<!--
<div
id=
"evaluate"
:style=
"
{width: '350px', height: '310px'}" style="margin-left: 9%">
</div>
-->
<!--
<div
id=
"evaluate"
:style=
"
{width: '350px', height: '310px'}" style="margin-left: 9%">
</div>
-->
<div
id=
"evaluate"
:style=
"
{width:'350px', height: '310px'}" style="margin-left: 9%">
</div>
<div
id=
"evaluate"
v-show=
"data.taskCapacityList !=null && data.taskCapacityList.length != 0"
:style=
"
{width:'350px', height: '310px'}" style="margin-left: 9%">
</div>
<div
v-if=
"data.taskCapacityList == null || data.taskCapacityList.length == 0"
style=
"width: 100%;text-align: center;margin-top: 20px"
>
暂无数据
</div>
</div>
</div>
</el-col>
</el-col>
<el-col
:span=
"13"
>
<el-col
:span=
"13"
>
...
@@ -411,7 +415,7 @@
...
@@ -411,7 +415,7 @@
</div>
</div>
<div
class=
"tb_box"
>
<div
class=
"tb_box"
>
<div
v-show=
"OrderList !=null && OrderList.length>0"
id=
"myChart"
:style=
"
{width: '1240px', height: '270px'}">
</div>
<div
v-show=
"OrderList !=null && OrderList.length>0"
id=
"myChart"
:style=
"
{width: '1240px', height: '270px'}">
</div>
<div
v-if=
"OrderList == null || OrderList.length == 0"
style=
"width: 100%;text-align: center"
>
暂无数据
</div>
<div
v-if=
"OrderList == null || OrderList.length == 0"
style=
"width: 100%;text-align: center
;;margin-top: 20px
"
>
暂无数据
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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