Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
longhui_web
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
杨硕
longhui_web
Commits
28768a50
Commit
28768a50
authored
Jun 26, 2023
by
高宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
35ef7afa
d757efcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
index.vue
src/views/order/index.vue
+2
-1
No files found.
src/views/order/index.vue
View file @
28768a50
...
...
@@ -118,6 +118,7 @@
<span
v-if=
"scope.row.status === 8"
>
支付中
</span>
<img
v-if=
"scope.row.status === 9"
src=
"../../assets/image/order/dingdan_icon_zhifuchenggong@2x.png"
style=
"width: 20px;height: 20px"
>
<img
v-if=
"scope.row.status === 10"
src=
"../../assets/image/order/dingdan_icon_guanbi@2x.png"
style=
"width: 20px;height: 20px"
>
<span
v-if=
"scope.row.status === 11"
>
已核销
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
class-name=
"small-padding fixed-width"
width=
"150"
>
...
...
@@ -144,7 +145,7 @@
@
click=
"paymentconfirmation(scope.row)"
>
支付确认
</el-button>
<el-button
v-if=
"
scope.row.status === 9 && scope.row.payPrice > 0
"
v-if=
"
(scope.row.status === 9 && scope.row.payPrice > 0) || (scope.row.status === 11 && scope.row.payPrice > 0)
"
v-hasPermi=
"['sys:dict:edit']"
size=
"mini"
type=
"text"
...
...
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