Browse Source

culvert 涵洞

dev
巴林闲侠 2 years ago
parent
commit
b9ffae57eb
  1. 2
      web/client/src/sections/fillion/components/patrolTable.js

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

@ -119,7 +119,7 @@ const DetailList = (props) => {
switch (text) {
case 'road': return '道路';
case 'bridge': return '桥梁';
case 'culvert ': return '涵洞';
case 'culvert': return '涵洞';
case 'other': return '其他';
default: return text;
}

Loading…
Cancel
Save