Browse Source

客户主数据维护

test
wangxy 3 years ago
parent
commit
f65b9f5827
2 changed files with 6 additions and 0 deletions
  1. +6
    -0
      src/router/plant.js
  2. +0
    -0
      src/views/plant/customer/index.vue

+ 6
- 0
src/router/plant.js View File

@ -22,6 +22,12 @@ const plant = {
title: "需求偏差模型",
component: () => import("@/views/plant/demandDeviation"),
},
{
icon: "el-icon-document",
path: "/plant/customer",
title: "客户主数据维护",
component: () => import("@/views/plant/customer"),
},
],
}

+ 0
- 0
src/views/plant/customer/index.vue View File


Loading…
Cancel
Save