Commit e2bd4856 authored by pengyunqian's avatar pengyunqian

update:全选

parent f60da853
...@@ -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"
......
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment