Browse Source

储备项目报备表-列表表头列名调整-“项目描述”改为“项目简介”

客户联系人对接跟进-二级菜单名称-调整为“客户报表”
master
zmh 2 years ago
parent
commit
381584b32c
  1. 6
      web/client/src/layout/components/header/contant.js
  2. 2
      web/client/src/sections/business/containers/reserveItemsReporting.jsx
  3. 4
      web/client/src/sections/business/nav-item.jsx
  4. 2
      web/client/src/sections/business/routes.js

6
web/client/src/layout/components/header/contant.js

@ -19,6 +19,12 @@ const headerItems = [{
itemKey: "salesReport", itemKey: "salesReport",
text: "销售报表", text: "销售报表",
to: "/businessManagement/salesReport/salesDistributionDetails" to: "/businessManagement/salesReport/salesDistributionDetails"
}, {
fatherKey: "authCenter",
openKey: "customer",
itemKey: "customer",
text: "客户报表",
to: "/businessManagement/customer/customerContactFollowup"
}] }]
}] }]

2
web/client/src/sections/business/containers/reserveItemsReporting.jsx

@ -40,7 +40,7 @@ const ReserveItemsReporting = (props) => {
dataIndex: 'projectState', dataIndex: 'projectState',
}, },
{ {
title: '项目描述', title: '项目简介',
dataIndex: 'projectDescribe', dataIndex: 'projectDescribe',
}, },
{ {

4
web/client/src/sections/business/nav-item.jsx

@ -58,9 +58,9 @@ export function getNavItem(user, dispatch) {
}] }]
},{ },{
itemKey: 'customer', itemKey: 'customer',
text: '客户联系人对接跟进', text: '客户报表',
icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconcbzhongceng"></iconpark-icon>, icon: <iconpark-icon style={{ width: 20, height: 20 }} name="iconcbzhongceng"></iconpark-icon>,
to: '/businessManagement/customer/contactFollowup', to: '/businessManagement/customer/customerContactFollowup',
items: [{ items: [{
itemKey: 'customerContactFollowup', itemKey: 'customerContactFollowup',
to: '/businessManagement/customer/customerContactFollowup', text: '客户联系人对接跟进' to: '/businessManagement/customer/customerContactFollowup', text: '客户联系人对接跟进'

2
web/client/src/sections/business/routes.js

@ -80,7 +80,7 @@ export default [{
{ {
path: '/customer', path: '/customer',
key: 'customer', key: 'customer',
breadcrumb: '销售报表', breadcrumb: '客户报表',
childRoutes: [{ childRoutes: [{
path: '/customerContactFollowup', path: '/customerContactFollowup',
key: 'customerContactFollowup', key: 'customerContactFollowup',

Loading…
Cancel
Save