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
2a7784bb
Commit
2a7784bb
authored
Apr 22, 2021
by
李俊赕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
拒单页面样式修改
parent
fb65759c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
42 deletions
+10
-42
refuse.vue
src/pages/order/refuse.vue
+10
-42
No files found.
src/pages/order/refuse.vue
View file @
2a7784bb
...
...
@@ -5,7 +5,7 @@
<view
class=
"title"
>
拒单说明
</view>
<view
class=
"content"
>
<view
class=
"con-box"
>
<view
class=
"tit u-m-b-40
"
>
{{
refuse
.
title
}}
</view>
<view
class=
"tit u-m-b-40
u-flex"
><text
class=
"txt label"
>
※
</text
>
{{
refuse
.
title
}}
</view>
<view
class=
"u-flex u-flex-wrap"
>
<view
:class=
"
{'txt-item':true,'active':true}" v-for="(txt,index) in refuse.list" :key="index">
<text
class=
"txt"
>
{{
txt
}}
</text>
...
...
@@ -25,7 +25,6 @@
</
template
>
<
script
>
import
appointTime
from
'@/components/appoint/appoint-time.vue'
export
default
{
data
()
{
return
{
...
...
@@ -36,49 +35,11 @@
title
:
'问题归属'
,
list
:[
'时间不匹配'
,
'技术不匹配'
,
'价格过低'
,
'距离太远'
,
'其他'
],
},
// questionList: ['个人', '客户', '现场/客户'],
feedback
:
{
own
:{
title
:
'问题归属'
,
list
:[
'个人'
,
'客户'
,
'现场/客户'
],
},
type
:{
title
:
'问题类型'
,
list
:[
'有事耽搁'
,
'未带齐工具'
,
'个人改约'
,
'其他'
]
},
appoint
:{
title
:
'预约时间'
,
}
},
list
:[
'报备'
,
'预约'
],
curNow
:
1
};
},
components
:{
appointTime
},
components
:{},
methods
:
{
/**
* 拒单
*/
rejectOrder
()
{
console
.
log
(
"点击拒单"
)
},
sectionChange
(
index
)
{
this
.
curNow
=
index
;
},
weekChange
(
data
){
// 点击下一周
console
.
log
(
data
,
'week-data'
)
},
dateChange
(
data
){
// 点击日期选择
console
.
log
(
data
,
'week-data'
)
},
timeChange
(
data
){
// 时间段选择变化
console
.
log
(
data
,
'week-data'
)
},
}
}
</
script
>
...
...
@@ -171,4 +132,11 @@
font-size
:
40rpx
;
color
:
#fff
;
}
.label
{
display
:
inline-block
;
line-height
:
40rpx
;
font-size
:
24rpx
;
margin-right
:
10rpx
;
color
:
#FA5A49
}
</
style
>
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