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
ebe44373
Commit
ebe44373
authored
May 08, 2021
by
刘用法
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审核中的提交时间和按钮点击
parent
67363daf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/components/order/index.vue
+4
-4
No files found.
src/components/order/index.vue
View file @
ebe44373
...
...
@@ -42,7 +42,7 @@
</view>
</view>
<u-button
class=
"right-btn"
@
click
.
stop=
"handleClick"
:custom-style=
"buttonStyle"
type=
"primary"
shape=
"circle"
>
shape=
"circle"
:hover-class=
"buttonTextType ? 'none' : ''"
>
{{
orderText
}}
</u-button>
</view>
...
...
@@ -71,7 +71,7 @@
currentWillOverTime
:
10000
,
// 剩余时间
currentOverTime
:
new
Date
().
getTime
()
+
10000
,
// 超过时间点
auditDatetime
:
'2021.04.19 12:45:09'
,
// 审核时间
submissionT
ime
:
'2021.04.19 16:24:48'
,
// 提交时间
orderFinishDatet
ime
:
'2021.04.19 16:24:48'
,
// 提交时间
auditResults
:
{},
// 审核结果
orderBusinessType
:
'R'
,
// 业务类型 R 为抢单
orderId
:
'0'
,
// 订单id
...
...
@@ -174,7 +174,7 @@
'width'
:
'100rpx'
}]
},
button
Disabled
()
{
button
TextType
()
{
return
this
.
orderType
==
4
||
this
.
orderType
==
6
},
dizhiImage
()
{
...
...
@@ -254,7 +254,7 @@
},
methods
:
{
handleClick
()
{
if
(
this
.
buttonDisabled
)
return
//
if (this.buttonDisabled) return
this
.
$emit
(
'action'
)
},
handleClickCell
()
{
...
...
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