1 Star 0 Fork 139

jicky/ magicErp ui仓库 电商ERP 进销存管理系统 库存运输生产系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.js 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
张崧 提交于 2024-03-22 17:11 +08:00 . 商品标签
/**
* 导出选择器
*/
import TableLayout from './TableLayout'
import TableSearch from './TableSearch'
import RegionPicker from './RegionPicker'
import PurchasePlan from './PurchasePlan'
import PickerGoods from './PickerGoods'
import PickerPlan from './PickerPlan'
import PickerContract from './PickerContract'
import PickerWarehouseEntryBatch from './PickerWarehouseEntryBatch'
import PickerOrder from './PickerOrder'
import PickerWarehouseEntry from './PickerWarehouseEntry'
import PickerWarehouseOut from './PickerWarehouseOut'
import PickerSupplier from './PickerSupplier'
import GradeEditor from './GradeEditor'
import TransferTree from './TransferTree'
import GoodsPicker from './GoodsPicker'
let components = {
TableLayout,
TableSearch,
RegionPicker,
PurchasePlan,
PickerGoods,
PickerPlan,
PickerWarehouseEntryBatch,
PickerWarehouseEntry,
PickerWarehouseOut,
PickerOrder,
PickerSupplier,
GradeEditor,
TransferTree,
GoodsPicker
}
components.install = function(Vue, opts) {
Object.keys(components).forEach(function(key) {
key !== 'install' && Vue.component(components[key].name, components[key])
})
}
export {
TableLayout,
TableSearch,
RegionPicker,
PurchasePlan,
PickerGoods,
PickerPlan,
PickerContract,
PickerWarehouseEntryBatch,
PickerWarehouseEntry,
PickerWarehouseOut,
PickerOrder,
PickerSupplier,
GradeEditor,
TransferTree,
GoodsPicker
}
export default components
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/jicky168/magic-erp-ui.git
git@gitee.com:jicky168/magic-erp-ui.git
jicky168
magic-erp-ui
magicErp ui仓库 电商ERP 进销存管理系统 库存运输生产系统
2.0.1

搜索帮助