From 1388478d469b79f01feffd1761b6e54af6f6849a Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Fri, 22 May 2020 15:03:24 +0800 Subject: [PATCH] change info.vue position --- .../modules}/customer-manage/customer-info.vue | 0 .../src/views/modules/customer-manage/customer-manage.vue | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename epmet-oper-web/src/{components => views/modules}/customer-manage/customer-info.vue (100%) 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 {