分类管理增删改查完成
This commit is contained in:
11
frontend/src/views/shop-cate-setting.vue
Normal file
11
frontend/src/views/shop-cate-setting.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<manageList :list-func="shopCateApi.getCateList" :add-func="shopCateApi.editCate" :edit-func="shopCateApi.editCate"
|
||||
:delete-func="shopCateApi.deleteCate" :export-func="shopCateApi.exportCateList" edit-permiss="shop-cate-setting" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import manageList from '../components/manage-list.vue';
|
||||
import * as shopCateApi from '../api/shop-cate';
|
||||
</script>
|
Reference in New Issue
Block a user