| | |
| | | import JEasyCron from '@/components/jeecg/JEasyCron' |
| | | import LxUpload from './LxUpload.vue' |
| | | import LxFilePreview from './LxFilePreview.vue' |
| | | import LxSwitch from './LxSwitch.vue' |
| | | //jeecgbiz |
| | | import JSelectDepart from '../jeecgbiz/JSelectDepart.vue' |
| | | import JSelectMultiUser from '../jeecgbiz/JSelectMultiUser.vue' |
| | |
| | | Vue.component('JUpload', JUpload) |
| | | Vue.component('LxUpload', LxUpload) |
| | | Vue.component('LxFilePreview', LxFilePreview) |
| | | Vue.component('LxSwitch', LxSwitch) |
| | | |
| | | //jeecgbiz |
| | | Vue.component('JSelectDepart', JSelectDepart) |