Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
6c270262
Commit
6c270262
authored
Aug 26, 2021
by
liwenhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'withdrawList-h5'
parents
4bd725f2
c765c7ca
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
index.vue
src/pages/Groupmeal/newOrderManagement/index.vue
+4
-4
index.less
src/pages/Groupmeal/orderManagement/index.less
+4
-0
index.vue
src/pages/Groupmeal/orderManagement/index.vue
+1
-1
No files found.
src/pages/Groupmeal/newOrderManagement/index.vue
View file @
6c270262
...
...
@@ -201,10 +201,10 @@
>
退款
</el-button
>
<el-button-group
v-show=
"scope.row.order_status == '3'"
>
<el-button
type=
"text"
size=
"small"
@
click=
"agree(scope.row)"
<el-button
type=
"text"
@
click=
"agree(scope.row)"
>
同意
</el-button
>
<el-button
type=
"text"
size=
"small"
@
click=
"refuse(scope.row)"
<el-button
type=
"text"
@
click=
"refuse(scope.row)"
>
拒绝
</el-button
>
</el-button-group>
...
...
@@ -292,10 +292,10 @@
>
退款
<
/el-butto
n
>
<
el
-
button
-
group
v
-
show
=
"scope.row.order_status == '3'"
>
<
el
-
button
type
=
"text"
size
=
"small"
@
click
=
"agree(scope.row)"
<
el
-
button
type
=
"text"
@
click
=
"agree(scope.row)"
>
同意
<
/el-butto
n
>
<
el
-
button
type
=
"text"
size
=
"small"
@
click
=
"refuse(scope.row)"
<
el
-
button
type
=
"text"
@
click
=
"refuse(scope.row)"
>
拒绝
<
/el-butto
n
>
<
/el-button-group
>
...
...
src/pages/Groupmeal/orderManagement/index.less
View file @
6c270262
...
...
@@ -7,6 +7,10 @@
margin-bottom:10px;
}
.el-button-group>.el-button:first-child {
margin-right: 10px;
}
.exportForm,.exportBtn{
text-align:center;
}
...
...
src/pages/Groupmeal/orderManagement/index.vue
View file @
6c270262
...
...
@@ -336,7 +336,7 @@
</el-form-item>
</el-dialog>
<!-- 退款弹窗 -->
<el-dialog
title=
"退款"
width=
"
3
0%"
top=
"10%"
v-model=
"refundShow"
>
<el-dialog
title=
"退款"
width=
"
5
0%"
top=
"10%"
v-model=
"refundShow"
>
<el-checkbox
:indeterminate=
"isIndeterminate"
v-model=
"checkAll"
...
...
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