Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
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
李俊赕
self-support
Commits
3d14258b
Commit
3d14258b
authored
Jun 11, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面UI微调
parent
6afaa34e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
21 deletions
+21
-21
appoint-time.vue
src/components/appoint/appoint-time.vue
+1
-2
index.vue
src/components/order/index.vue
+1
-1
detail.vue
src/pages/order/detail.vue
+15
-15
document-tag.vue
src/pages/order/document-tag.vue
+4
-3
No files found.
src/components/appoint/appoint-time.vue
View file @
3d14258b
...
@@ -203,8 +203,7 @@
...
@@ -203,8 +203,7 @@
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.con-box
{
.con-box
{
margin-top
:
30rpx
;
padding
:
30rpx
30rpx
10rpx
30rpx
;
padding
:
30rpx
30rpx
20rpx
;
border-radius
:
12rpx
;
border-radius
:
12rpx
;
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
...
...
src/components/order/index.vue
View file @
3d14258b
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<view>
<view>
<view
v-if=
"showCountTime"
class=
"bottom-left-view"
>
<view
v-if=
"showCountTime"
class=
"bottom-left-view"
>
<view
:class=
"['bottom-tag-view',
{'timeout': timeout}]">
<text>
{{
tagText
}}
</text></view>
<view
:class=
"['bottom-tag-view',
{'timeout': timeout}]">
<text>
{{
tagText
}}
</text></view>
<u-count-down
:timestamp=
"timestamp"
font-size=
"40"
show-days
separator=
"zh"
hide-zero-day
<u-count-down
:timestamp=
"timestamp"
font-size=
"40"
show-days
separator=
"zh"
:color=
"timeout ? '#FA5A49' : '#FF930D'"
@
change=
"handleChange"
separator-color=
"#666666"
ref=
"order-count-down"
></u-count-down>
:color=
"timeout ? '#FA5A49' : '#FF930D'"
@
change=
"handleChange"
separator-color=
"#666666"
ref=
"order-count-down"
></u-count-down>
</view>
</view>
<view
v-else-if=
"showTime"
>
<view
v-else-if=
"showTime"
>
...
...
src/pages/order/detail.vue
View file @
3d14258b
<
template
>
<
template
>
<view
class=
"order-wrap"
>
<view
class=
"order-wrap"
>
<u-navbar
:title=
"title"
title-color=
"#FFFFFF"
title-size=
"32"
back-icon-color=
"#FFFFFF"
:background=
"background"
:border-bottom=
"false"
title-bold
></u-navbar>
<u-navbar
:title=
"title"
title-color=
"#FFFFFF"
title-size=
"32"
back-icon-color=
"#FFFFFF"
:background=
"background"
:border-bottom=
"false"
title-bold
></u-navbar>
<view
class=
"header"
v-if=
"showCountTime || (order.currentOverTime && showTimeOut)"
>
<view
class=
"content"
>
<image
class=
"bottom-tag-view"
:src=
"tagImage"
></image>
<view
class=
"header"
v-if=
"showCountTime || (order.currentOverTime && showTimeOut)"
>
<!-- 倒计时 -->
<image
class=
"bottom-tag-view"
:src=
"tagImage"
></image>
<view
class=
"title"
>
<!-- 倒计时 -->
<u-count-down
:timestamp=
"timestamp"
font-size=
"28"
show-days
separator=
"zh"
separator-size=
"32"
height=
"40"
hide-zero-day
<view
class=
"title"
>
:color=
"countColor"
separator-color=
"#FFFFFF"
@
change=
"timeOutChange"
ref=
"order-count-down"
bg-color=
"#FFFFFF"
></u-count-down>
<u-count-down
:timestamp=
"timestamp"
font-size=
"28"
show-days
separator=
"zh"
separator-size=
"32"
height=
"40"
<view
class=
"header-content"
>
:color=
"countColor"
separator-color=
"#FFFFFF"
@
change=
"timeOutChange"
ref=
"order-count-down"
bg-color=
"#FFFFFF"
></u-count-down>
<!-- 抓紧时间提示 -->
<view
class=
"header-content"
>
<view
class=
"tip-text"
>
{{
tipText
}}
</view>
<!-- 抓紧时间提示 -->
<!-- 拒单 -->
<view
class=
"tip-text"
>
{{
tipText
}}
</view>
<view
v-show=
"allowRejection"
class=
"reject-button"
@
click=
"$u.throttle(rejectOrder, 500)"
>
拒单
</view>
<!-- 拒单 -->
<view
v-show=
"allowRejection"
class=
"reject-button"
@
click=
"$u.throttle(rejectOrder, 500)"
>
拒单
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"content"
>
<!-- 订单详情 -->
<!-- 订单详情 -->
<view
class=
"card base-item"
>
<view
class=
"card base-item"
>
<Detail
:order=
"order"
:readMore
.
sync=
"readMore"
:operate=
"isAllowDianhuaAndDaohang"
></Detail>
<Detail
:order=
"order"
:readMore
.
sync=
"readMore"
:operate=
"isAllowDianhuaAndDaohang"
></Detail>
...
@@ -871,7 +871,7 @@
...
@@ -871,7 +871,7 @@
flex-direction
:
column
;
flex-direction
:
column
;
.header
{
.header
{
padding
:
4rpx
32rpx
20rpx
3
2rpx
;
padding
:
4rpx
2rpx
24rpx
2rpx
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
.bottom-tag-view
{
.bottom-tag-view
{
...
@@ -912,7 +912,7 @@
...
@@ -912,7 +912,7 @@
height
:
100%
;
height
:
100%
;
border-radius
:
12rpx
;
border-radius
:
12rpx
;
overflow
:
auto
;
overflow
:
auto
;
margin
:
6
rpx
30rpx
30rpx
30rpx
;
margin
:
0
rpx
30rpx
30rpx
30rpx
;
.card
{
.card
{
background-color
:
#FFFFFF
;
background-color
:
#FFFFFF
;
...
...
src/pages/order/document-tag.vue
View file @
3d14258b
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
}
}
let
res
=
await
this
.
$u
.
api
.
fileLabel
(
param
)
let
res
=
await
this
.
$u
.
api
.
fileLabel
(
param
)
if
(
res
&&
res
.
code
==
200
)
{
if
(
res
&&
res
.
code
==
200
)
{
this
.
labels
=
res
.
data
||
[]
this
.
labels
=
res
.
data
||
[]
}
}
},
},
...
@@ -93,10 +93,11 @@
...
@@ -93,10 +93,11 @@
align-items
:
center
;
align-items
:
center
;
overflow
:
auto
;
overflow
:
auto
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
padding
:
0
10rpx
4
4rpx
30rpx
;
padding
:
0
10rpx
1
4rpx
30rpx
;
.label-item
{
.label-item
{
padding-right
:
20rpx
;
padding-right
:
20rpx
;
padding-bottom
:
30rpx
;
flex-shrink
:
0
;
flex-shrink
:
0
;
.label-normal
{
.label-normal
{
...
...
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