From 12a062812d4309770a6a901081b6770fc4d52ad7 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Thu, 6 Jul 2023 15:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/components/patrolTable.js | 6 ++++++ 1 file changed, 6 insertions(+) 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 '在建';