新增桌台管理

This commit is contained in:
gyq
2024-02-01 12:11:10 +08:00
parent 640e3bb941
commit 259aec07cd
16 changed files with 1233 additions and 68 deletions

View File

@@ -39,7 +39,7 @@
<script>
import { tbProductGroupPost, tbProductGroupPut, productListGet } from '@/api/shop'
import shopList from './shopList'
import shopList from '@/components/shopList'
export default {
components: {
shopList