Browse Source

feat:表头名字修改

dev
zhaobing 1 year ago
parent
commit
5bc3422afc
  1. 2
      web/client/src/sections/fillion/components/maintenanceTable.js
  2. 4
      web/client/src/sections/fillion/components/patrolTable.js

2
web/client/src/sections/fillion/components/maintenanceTable.js

@ -331,7 +331,7 @@ const DetailList = (props) => {
// } // }
// }, // },
{ {
title: '工程类型', title: '道路类型',
key: 'projectType', key: 'projectType',
dataIndex: 'projectType', dataIndex: 'projectType',
align: 'center', align: 'center',

4
web/client/src/sections/fillion/components/patrolTable.js

@ -549,7 +549,7 @@ const DetailList = (props) => {
// } : '', // } : '',
isPatrol || isAnomaly ? isPatrol || isAnomaly ?
{ {
title: isPatrol ? '工程类型' : '反馈类型', title: isPatrol ? '道路类型' : '反馈类型',
key: 'projectType', key: 'projectType',
dataIndex: 'projectType', dataIndex: 'projectType',
align: 'center', align: 'center',
@ -565,7 +565,7 @@ const DetailList = (props) => {
} : '', } : '',
isRoad ? isRoad ?
{ {
title: '工程名称', title: '项目名称',
key: 'projectName', key: 'projectName',
dataIndex: 'projectName', dataIndex: 'projectName',
align: 'center', align: 'center',

Loading…
Cancel
Save