diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js index c1333337..2c8fa015 100644 --- a/web/client/src/sections/fillion/components/patrolTable.js +++ b/web/client/src/sections/fillion/components/patrolTable.js @@ -138,9 +138,15 @@ const DetailList = (props) => { render: (text, record) => { switch (text) { case 'road': return '道路'; + // + case 'countyRoad': return '县道'; + case 'villageRoad': return '乡道'; + case 'rusticRoad': return '村道'; + // case 'bridge': return '桥梁'; case 'culvert': return '涵洞'; case 'other': return '其他'; + // case 'conserve': return '养护'; case 'patrol': return '巡查'; case 'construction': return '在建';