新增商品增加套餐、称重
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="分类名称" prop="categoryName"></el-table-column>
|
||||
<el-table-column label="操作">
|
||||
<el-table-column label="操作" v-if="radio">
|
||||
<template v-slot="scope">
|
||||
<el-button type="primary" @click="selectHandle(scope.row)">选择</el-button>
|
||||
</template>
|
||||
@@ -146,6 +146,8 @@ export default {
|
||||
categoryId: this.searhForm.category,
|
||||
shopId: localStorage.getItem('shopId'),
|
||||
sort: 'id',
|
||||
createdAt: [],
|
||||
sort: 'createdAt,desc'
|
||||
})
|
||||
this.tableData.list = res.content
|
||||
this.tableData.total = res.totalElements
|
||||
|
||||
Reference in New Issue
Block a user