toesbieya / jxc-admin

一个前后端分离的简易进销存后台管理系统,基于SpringBoot和vue-element-admin实现,具备常见的后台管理功能,登录态使用session,使用基于资源url的简单权限控制。
https://toesbieya.cn/jxc-admin
MIT License
349 stars 118 forks source link

新增销售订单、销售出库等功能时如何添加商品呢? #11

Closed githubCreate closed 3 years ago

githubCreate commented 3 years ago

在使用系统演示时,销售订单、销售出库等新增功能,无法添加商品,如何操作添加商品呢,请指教。 1

toesbieya commented 3 years ago

高阶组件的slot问题,才看到,我修一下

toesbieya commented 3 years ago

已修复