护理站商品 权限 接口
This commit is contained in:
parent
fc0deb6467
commit
b2e4d13834
@ -3,7 +3,7 @@ import request from '@/utils/request'
|
||||
// 查询商品基本信息列表
|
||||
export function listGoodsInfo(query) {
|
||||
return request({
|
||||
url: '/system/goodsInfo/list',
|
||||
url: '/system/goodsCategory/getStationCategoryList',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
icon="el-icon-plus"
|
||||
size="mini"
|
||||
@click="handleAdd"
|
||||
v-hasPermi="['system:operateGoodInfo:add']"
|
||||
v-hasPermi="['system:goodsInfo:add']"
|
||||
>新增</el-button
|
||||
>
|
||||
</el-col>
|
||||
@ -98,7 +98,7 @@
|
||||
size="mini"
|
||||
:disabled="single"
|
||||
@click="handleUpdate"
|
||||
v-hasPermi="['system:operateGoodInfo:edit']"
|
||||
v-hasPermi="['system:goodsInfo:edit']"
|
||||
>修改</el-button
|
||||
>
|
||||
</el-col>
|
||||
@ -174,7 +174,7 @@
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handleUpdate(scope.row)"
|
||||
v-hasPermi="['system:operateGoodInfo:edit']"
|
||||
v-hasPermi="['system:goodsInfo:edit']"
|
||||
>修改</el-button
|
||||
>
|
||||
<el-button
|
||||
@ -182,7 +182,7 @@
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-hasPermi="['system:operateGoodInfo:remove']"
|
||||
v-hasPermi="['system:goodsInfo:remove']"
|
||||
>删除</el-button
|
||||
>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user