[详情]合法实际用途显示label
parent
4bce838f2d
commit
25f5975248
|
|
@ -60,3 +60,25 @@ export const resultOptions = [
|
|||
{ label: '移交其他部门处理', value: 2 },
|
||||
{ label: '未处理', value: 3 },
|
||||
];
|
||||
export const qitaUseTOOptions = [
|
||||
{
|
||||
label: '不改变原用地性质的光伏用地',
|
||||
value: '1',
|
||||
},
|
||||
{
|
||||
label: '设施农业用地',
|
||||
value: '2',
|
||||
},
|
||||
{
|
||||
label: '农村道路',
|
||||
value: '3',
|
||||
},
|
||||
{
|
||||
label: '实地未变化',
|
||||
value: '4',
|
||||
},
|
||||
{
|
||||
label: '临时用地',
|
||||
value: '5',
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue