瀏覽代碼

数据权限调整

傅行帆 5 年之前
父節點
當前提交
c69aeaffb1
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      config/routes.js

+ 3
- 3
config/routes.js 查看文件

104
               },
104
               },
105
               {
105
               {
106
                 path: '/customer/report/list',
106
                 path: '/customer/report/list',
107
-                name: '报备客户',
107
+                name: '报备记录',
108
                 component: './customer/report/index',
108
                 component: './customer/report/index',
109
               },
109
               },
110
               {
110
               {
125
               },
125
               },
126
               {
126
               {
127
                 path: '/customer/visiting',
127
                 path: '/customer/visiting',
128
-                name: '到访记录',
128
+                name: '客户到访记录',
129
                 component: './customer/visiting/index',
129
                 component: './customer/visiting/index',
130
               },
130
               },
131
               {
131
               {
333
               },
333
               },
334
               {
334
               {
335
                 path: '/activity/drainage/DrainageVisitRecordList',
335
                 path: '/activity/drainage/DrainageVisitRecordList',
336
-                name: 'H5访问记录',
336
+                name: '客户访问记录',
337
                 component: './activity/drainage/DrainageVisitRecordList',
337
                 component: './activity/drainage/DrainageVisitRecordList',
338
               },
338
               },
339
               {
339
               {