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
e2bd4856
Commit
e2bd4856
authored
Jul 26, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:全选
parent
f60da853
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
index.vue
src/pages/Groupmeal/Distrib/index.vue
+3
-2
groupmeal.js
src/service/Groupmeal/groupmeal.js
+7
-0
No files found.
src/pages/Groupmeal/Distrib/index.vue
View file @
e2bd4856
...
@@ -129,13 +129,14 @@
...
@@ -129,13 +129,14 @@
<el-table-column
<el-table-column
align=
"center"
align=
"center"
width=
"80"
width=
"80"
type=
"selection"
>
>
<
template
#
header
>
<
!-- <
template #header>
<el-checkbox :value="true"></el-checkbox>全选
<el-checkbox :value="true"></el-checkbox>全选
</template>
</template>
<template #default="scope">
<template #default="scope">
<el-checkbox :value="true" @click="handleChecked(scope.row)"></el-checkbox>
<el-checkbox :value="true" @click="handleChecked(scope.row)"></el-checkbox>
</
template
>
</template>
-->
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
align=
"center"
align=
"center"
...
...
src/service/Groupmeal/groupmeal.js
View file @
e2bd4856
import
axios
from
"@/utils/request"
;
// 获取配送员列表
export
async
function
getDistribList
()
{
const
res
=
await
axios
.
get
(
"/api/v1/get_goods_category_list"
);
return
res
;
}
\ No newline at end of file
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