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
443cd1b3
Commit
443cd1b3
authored
Jul 30, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:订单bug
parent
7807b253
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
index.vue
src/pages/Groupmeal/Distrib/index.vue
+3
-2
No files found.
src/pages/Groupmeal/Distrib/index.vue
View file @
443cd1b3
...
@@ -131,7 +131,7 @@
...
@@ -131,7 +131,7 @@
:show-close=
"false"
:show-close=
"false"
>
>
<el-form
class=
"dioFor"
>
<el-form
class=
"dioFor"
>
<el-form-item
label=
"活动
姓名
"
label-width=
"100px"
>
<el-form-item
label=
"活动
名称
"
label-width=
"100px"
>
<el-select
<el-select
v-model=
"selectActivity"
v-model=
"selectActivity"
:disabled=
"isEdit"
:disabled=
"isEdit"
...
@@ -175,7 +175,7 @@
...
@@ -175,7 +175,7 @@
<el-table-column
<el-table-column
align=
"center"
align=
"center"
prop=
"deliverer_min_capacity"
prop=
"deliverer_min_capacity"
label=
"最
少
配送量"
label=
"最
小
配送量"
>
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
@@ -330,6 +330,7 @@ export default {
...
@@ -330,6 +330,7 @@ export default {
this
.
getDelivererList
();
this
.
getDelivererList
();
this
.
multipleSelection
=
[];
this
.
multipleSelection
=
[];
this
.
deliverer
=
[]
this
.
deliverer
=
[]
this
.
isEdit
=
false
},
},
// 修改
// 修改
async
handleModify
(
row
)
{
async
handleModify
(
row
)
{
...
...
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