Browse Source

工程类型

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

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

@ -138,9 +138,15 @@ const DetailList = (props) => {
render: (text, record) => { render: (text, record) => {
switch (text) { switch (text) {
case 'road': return '道路'; case 'road': return '道路';
//
case 'countyRoad': return '县道';
case 'villageRoad': return '乡道';
case 'rusticRoad': return '村道';
//
case 'bridge': return '桥梁'; case 'bridge': return '桥梁';
case 'culvert': return '涵洞'; case 'culvert': return '涵洞';
case 'other': return '其他'; case 'other': return '其他';
//
case 'conserve': return '养护'; case 'conserve': return '养护';
case 'patrol': return '巡查'; case 'patrol': return '巡查';
case 'construction': return '在建'; case 'construction': return '在建';

Loading…
Cancel
Save