Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
sph
上药订单生命周期升级
Commits
431e3d6f
Commit
431e3d6f
authored
Mar 17, 2021
by
xiejb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
c3a40599
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
src/views/myOrder/myOrderList.vue
src/views/myOrder/myOrderList.vue
+4
-0
src/views/myOrder/orderListItem.vue
src/views/myOrder/orderListItem.vue
+4
-4
No files found.
src/views/myOrder/myOrderList.vue
View file @
431e3d6f
...
...
@@ -231,6 +231,10 @@ export default {
// overflow: auto;
-webkit-overflow-scrolling
:
touch
;
padding
:
10
PX
;
.list
{
// height: 100%;
min-height
:
100%
;
}
.orderItem
{
// height: 250PX;
background-color
:
white
;
...
...
src/views/myOrder/orderListItem.vue
View file @
431e3d6f
...
...
@@ -12,7 +12,7 @@
<!--
<div
class=
"dian"
></div>
-->
<!--
<div
class=
"numType"
><span>
{{
item
.
orderStatus
}}
</span></div>
-->
<div
class=
"numType"
>
<van-button
:color=
"orderTypeColor(item)"
plain
size=
"mini"
type=
"info"
>
{{
item
.
orderStatus
}}
</van-button>
<van-button
style=
"opacity: 1;"
disabled
:color=
"orderTypeColor(item)"
plain
size=
"mini"
type=
"info"
>
{{
item
.
orderStatus
}}
</van-button>
</div>
</div>
<div
class=
"divider"
></div>
...
...
@@ -43,9 +43,9 @@
</div>
<van-divider
:style=
"
{ color: '#999999', borderColor: '#999999', margin: '10PX 0 10PX 0'}"/>
<div
class=
"btnInfo"
style=
"text-align: right;"
>
<van-button
v-if=
"item.isInvoice === 'TRUE'"
@
click=
"btnAction('invoice')"
style=
"border-radius: 5PX;"
plain
size=
"small"
type=
"info"
>
查看发票
</van-button>
<van-button
v-if=
"item.isDelivered === 'TRUE'"
@
click=
"btnAction('logistics')"
style=
"border-radius: 5PX;"
plain
size=
"small"
type=
"info"
>
查看物流
</van-button>
<van-button
v-if=
"item.isWeb === 'TRUE'"
@
click=
"btnAction('clearance')"
style=
"border-radius: 5PX;"
plain
size=
"small"
type=
"info"
>
清货单
</van-button>
<van-button
v-if=
"item.isInvoice === 'TRUE'"
@
click=
"btnAction('invoice')"
style=
"border-radius: 5PX;
height: 25PX; line-height: 25PX
"
plain
size=
"small"
type=
"info"
>
查看发票
</van-button>
<van-button
v-if=
"item.isDelivered === 'TRUE'"
@
click=
"btnAction('logistics')"
style=
"border-radius: 5PX;
height: 25PX; line-height: 25PX
"
plain
size=
"small"
type=
"info"
>
查看物流
</van-button>
<van-button
v-if=
"item.isWeb === 'TRUE'"
@
click=
"btnAction('clearance')"
style=
"border-radius: 5PX;
height: 25PX; line-height: 25PX
"
plain
size=
"small"
type=
"info"
>
清货单
</van-button>
</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