Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
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
member
member
Commits
6f080033
Commit
6f080033
authored
Oct 26, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 客户订单ui
parent
114c47d7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
22 deletions
+22
-22
index.css
elethem/index.css
+1
-1
order-list.vue
src/components/allCustomers/order-list.vue
+1
-1
order-table.vue
src/components/allCustomers/order-list/order-table.vue
+19
-19
index.css
static/css/index.css
+1
-1
No files found.
elethem/index.css
View file @
6f080033
...
...
@@ -28288,7 +28288,7 @@
left
:
0
;
bottom
:
0
;
width
:
100%
;
height
:
2
px
;
height
:
1
px
;
background-color
:
#e4e7ed
;
z-index
:
1
;
}
.el-tabs__nav-wrap.is-scrollable
{
src/components/allCustomers/order-list.vue
View file @
6f080033
<
template
>
<div
class=
"orderListBox"
>
<div
class=
"orderListBox"
:style=
"activeName != 'store' ? 'margin-top: -20px;' : ''"
>
<div
class=
"orderListTop"
v-if=
"activeName == 'store'"
>
<div
class=
"order-report-content"
>
<div
class=
"order-content-left"
>
...
...
src/components/allCustomers/order-list/order-table.vue
View file @
6f080033
...
...
@@ -158,7 +158,7 @@
<!--
退款单、退换单显示实退金额
-->
<
div
class
=
"order-descript-item"
>
<
div
class
=
"order-descript-label"
>
<
div
class
=
"order-descript-label-text"
>
{{
el
.
orderType
==
2
||
el
.
orderType
==
4
?
'实退金额'
:
'实付金额'
}}
<
/div>
:
<
div
class
=
"order-descript-label-text"
>
{{
el
.
orderType
==
2
?
'实退金额'
:
'实付金额'
}}
<
/div>
:
<
/div
>
<
div
class
=
"order-descript-content"
>
{{
el
.
payAmount
|
fomatFloat
}}
...
...
@@ -309,35 +309,35 @@ export default {
const channel = { store: 3, demo: 1, weimob: 9, tmall: 8, douyin: 11, other: 10
}
;
this.params.channelType = channel[this.tab];
this.getTableData();
if(this.params.channelType == 3) {
let screenHeight = document.documentElement.clientHeight - 540 + 'px';
// if(this.params.channelType == 3) {
// let screenHeight = document.documentElement.clientHeight - 540 + 'px';
// this.$nextTick(() => {
// this.maxHeight = screenHeight;
//
}
);
//
}
else {
let screenHeight = document.documentElement.clientHeight - 375 + 'px';
this.$nextTick(() => {
this.maxHeight = screenHeight;
}
);
}
else {
let screenHeight = document.documentElement.clientHeight - 395 + 'px';
this.$nextTick(() => {
this.maxHeight = screenHeight;
}
);
}
//
}
}
,
mounted() {
const that = this;
if(this.params.channelType == 3) {
window.onresize = () => {
return (() => {
let screenHeight = document.documentElement.clientHeight - 540 + 'px';
that.maxHeight = screenHeight;
}
)();
}
;
}
else{
//
if(this.params.channelType == 3) {
//
window.onresize = () => {
//
return (() => {
//
let screenHeight = document.documentElement.clientHeight - 540 + 'px';
//
that.maxHeight = screenHeight;
//
}
)();
//
}
;
//
}
else{
window.onresize = () => {
return (() => {
let screenHeight = document.documentElement.clientHeight - 3
9
5 + 'px';
let screenHeight = document.documentElement.clientHeight - 3
7
5 + 'px';
that.maxHeight = screenHeight;
}
)();
}
;
}
//
}
}
,
methods: {
orderInfoSpan({rowIndex, columnIndex
}
) {
...
...
static/css/index.css
View file @
6f080033
...
...
@@ -28292,7 +28292,7 @@
left
:
0
;
bottom
:
0
;
width
:
100%
;
height
:
2
px
;
height
:
1
px
;
background-color
:
#e4e7ed
;
z-index
:
1
;
}
.el-tabs__nav-wrap.is-scrollable
{
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