|
@ -36,7 +36,7 @@ const Index = () => { |
|
|
|
|
|
|
|
|
const prjType = [ |
|
|
const prjType = [ |
|
|
{ text: '道路', value: 'road'}, |
|
|
{ text: '道路', value: 'road'}, |
|
|
{ text: '桥梁', value: 'birdge'}, |
|
|
{ text: '桥梁', value: 'bridge'}, |
|
|
{ text: '涵洞', value: 'culvert'}, |
|
|
{ text: '涵洞', value: 'culvert'}, |
|
|
{ text: '其他', value: 'other'}, |
|
|
{ text: '其他', value: 'other'}, |
|
|
] |
|
|
] |
|
|