logwire-wms-ui-test
Version:
运匠科技wms-PDA基础组件库
12 lines (8 loc) • 319 B
JavaScript
/*
* 租赁归还 - 详情
* @author: 张文
* @date: 2022-12-22
* */
import lwContainerRentBackContentPage from "./index.vue";
lwContainerRentBackContentPage.install = Vue => Vue.component(lwContainerRentBackContentPage.name, lwContainerRentBackContentPage)
export default lwContainerRentBackContentPage