diff --git a/epmet-oper-web/src/components/customer-manage/customer-info.vue b/epmet-oper-web/src/views/modules/customer-manage/customer-info.vue similarity index 100% rename from epmet-oper-web/src/components/customer-manage/customer-info.vue rename to epmet-oper-web/src/views/modules/customer-manage/customer-info.vue diff --git a/epmet-oper-web/src/views/modules/customer-manage/customer-manage.vue b/epmet-oper-web/src/views/modules/customer-manage/customer-manage.vue index 4cbb7ba..17c832c 100644 --- a/epmet-oper-web/src/views/modules/customer-manage/customer-manage.vue +++ b/epmet-oper-web/src/views/modules/customer-manage/customer-manage.vue @@ -96,7 +96,7 @@ import mixinViewModule from '@/mixins/view-module' import VDistpicker from 'v-distpicker' import { Loading } from 'element-ui' -import componentInfo from '@/components/customer-manage/customer-info' +import componentInfo from './customer-info' // import cloneDeep from 'lodash/cloneDeep' export default {