Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
8d643d69
Commit
8d643d69
authored
Nov 12, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单评价
parent
5dbb6d65
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/components/order-list/order-list-cell.vue
src/components/order-list/order-list-cell.vue
+2
-1
src/pages/user/order/order_detail.vue
src/pages/user/order/order_detail.vue
+1
-0
No files found.
src/components/order-list/order-list-cell.vue
View file @
8d643d69
...
@@ -192,6 +192,7 @@
...
@@ -192,6 +192,7 @@
<div
v-else-if=
"cellItem.pay_status == -1"
>
订单已取消
</div>
<div
v-else-if=
"cellItem.pay_status == -1"
>
订单已取消
</div>
<el-popover
<el-popover
v-if=
"
v-if=
"
cellItem.order_type != 3 &&
cellItem.approval_second_level == 1 &&
cellItem.approval_second_level == 1 &&
cellItem.pay_status != -1 &&
cellItem.pay_status != -1 &&
cellItem.is_estimated == 0
cellItem.is_estimated == 0
...
@@ -360,7 +361,7 @@ export default {
...
@@ -360,7 +361,7 @@ export default {
},
},
methods
:
{
methods
:
{
addEvaluation
()
{
addEvaluation
()
{
if
(
this
.
textarea
==
""
&&
this
.
serviceRate
==
null
)
{
if
(
this
.
textarea
==
""
||
this
.
serviceRate
==
null
)
{
this
.
$message
({
this
.
$message
({
message
:
"
请先完善评价内容
"
,
message
:
"
请先完善评价内容
"
,
type
:
"
error
"
,
type
:
"
error
"
,
...
...
src/pages/user/order/order_detail.vue
View file @
8d643d69
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
<div
class=
"btn_group"
>
<div
class=
"btn_group"
>
<el-popover
<el-popover
v-if=
"
v-if=
"
orderDetail.order_type != 3 &&
orderDetail.is_estimated == 0 &&
orderDetail.is_estimated == 0 &&
orderDetail.approval_second_level == 1 &&
orderDetail.approval_second_level == 1 &&
orderDetail.pay_status != -1
orderDetail.pay_status != -1
...
...
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