diff --git a/src/router/index.ts b/src/router/index.ts index 837c43c..c4ee043 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -180,6 +180,19 @@ export const constantRoutes: RouteRecordRaw[] = [ meta: { title: '项目预算申请', activeMenu: '/erp/budgetInfo' } } ] + }, + { + path: '/customer', + component: Layout, + hidden: true, + children: [ + { + path: 'tripHistory', + component: () => import('@/views/oa/crm/customerInfo/tripHistory.vue'), + name: 'CustomerTripHistory', + meta: { title: '客户出差交流记录', activeMenu: '/oa/crm/customerInfo' } + } + ] } ]; diff --git a/src/views/oa/crm/businessTripApply/index.vue b/src/views/oa/crm/businessTripApply/index.vue index f20c09b..784e420 100644 --- a/src/views/oa/crm/businessTripApply/index.vue +++ b/src/views/oa/crm/businessTripApply/index.vue @@ -25,12 +25,12 @@ - - - - - - + + + + + + @@ -112,7 +112,7 @@ - + diff --git a/src/views/oa/crm/customerInfo/index.vue b/src/views/oa/crm/customerInfo/index.vue index d9dc56e..1016f11 100644 --- a/src/views/oa/crm/customerInfo/index.vue +++ b/src/views/oa/crm/customerInfo/index.vue @@ -11,33 +11,33 @@ - - + + - - + + - - + + - - + + - - + + - - + + @@ -56,10 +56,14 @@ 新增 - 修改 + 修改 - 删除 + 删除 导出 @@ -70,58 +74,85 @@ - - - + + + + + - - - - - - - + + + + + + + - - - - - - - - - + + + + + + + + + @@ -160,24 +191,14 @@ - + - + @@ -186,24 +207,14 @@ - + - + @@ -212,12 +223,7 @@ - + @@ -233,12 +239,7 @@ style="width: 100%" clearable > - + {{ user.nickName }} {{ user.userName }} @@ -288,12 +289,7 @@ - + @@ -307,12 +303,7 @@ style="width: 100%" clearable > - + {{ customer.customerName }} {{ customer.mnemonicName }} @@ -370,15 +361,15 @@ - - - - - - - - - + + + + + + + + +