1.对接商品分类 2.对接商品列表

This commit is contained in:
gyq
2024-02-26 14:27:52 +08:00
parent 33225b0aef
commit 6b6caa451e
4 changed files with 70 additions and 17 deletions

View File

@@ -123,8 +123,6 @@
<goods />
</div>
</div>
<!-- 选择规格 -->
<skuModal />
<!-- 备注 -->
<remarkModal ref="remarkRef" />
<!-- 修改取餐号 -->
@@ -134,7 +132,6 @@
<script setup>
import { ref } from 'vue'
import skuModal from '@/components/skuModal.vue'
import remarkModal from '@/components/remarkModal.vue'
import takeFoodCode from '@/components/takeFoodCode.vue'