Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
ceb76bb5
Commit
ceb76bb5
authored
Apr 06, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
434f34bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
35 deletions
+31
-35
orderList.vue
src/components/myOrdersAllType/components/orderList.vue
+31
-35
No files found.
src/components/myOrdersAllType/components/orderList.vue
View file @
ceb76bb5
...
...
@@ -18,29 +18,17 @@
</
template
>
</el-table-column>
<el-table-column
width=
"
13
0"
width=
"
20
0"
prop=
"CreateTimeStr"
label=
"下单日期"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
width=
"130"
prop=
"StartDate"
label=
"出发日期"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"OrderId"
label=
"订单ID"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"团号/单号"
label=
"订单id"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"scope.row.TCNUM"
placement=
"top"
>
<p
style=
"max-width: 100px;overflow: hidden;text-overflow: ellipsis"
>
{{
scope
.
row
.
TCNUM
}}
</p>
</el-tooltip>
<div
style=
"max-width: 100px;overflow: hidden;text-overflow: ellipsis"
>
<p
style=
"font-size: 18px;color: #2961fe;"
>
{{
scope
.
row
.
OrderId
}}
</p>
<p>
团号:
{{
scope
.
row
.
TCNUM
}}
</p>
<p>
下单日期:
{{
scope
.
row
.
CreateTimeStr
}}
</p>
<p>
出发日期:
{{
scope
.
row
.
StartDate
}}
</p>
</div>
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -62,7 +50,6 @@
label=
"引流姓名"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
label=
"商品名称"
show-overflow-tooltip
>
...
...
@@ -78,20 +65,6 @@
label=
"总金额"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
sortable
prop=
"CostMoney"
label=
"成本"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
sortable
label=
"待收"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<span
:class=
"
{'red':scope.row.DueInMoney>0}">
{{
scope
.
row
.
DueInMoney
}}
</span>
</
template
>
</el-table-column>
<el-table-column
sortable
prop=
"Income"
...
...
@@ -110,6 +83,20 @@
label=
"退款"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
sortable
prop=
"CostMoney"
label=
"成本"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
sortable
label=
"待收"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<span
:class=
"
{'red':scope.row.DueInMoney>0}">
{{
scope
.
row
.
DueInMoney
}}
</span>
</
template
>
</el-table-column>
<el-table-column
sortable
prop=
"DiscountsMoney"
...
...
@@ -124,6 +111,15 @@
<span>
{{
scope
.
row
.
StateName
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"描述"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
:content=
"scope.row.Description"
placement=
"top"
>
<p
style=
"max-width: 100px;overflow: hidden;text-overflow: ellipsis"
>
{{
scope
.
row
.
Description
}}
</p>
</el-tooltip>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
show-overflow-tooltip
>
...
...
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