浏览代码

图纸政治下拉框元素名称纠错

lkk 7 月之前
父节点
当前提交
fcd7b08c2d
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/LandConsolidation/components/config.js
  2. 1 1
      src/views/farmlandProtection/config.js

+ 1 - 1
src/views/LandConsolidation/components/config.js

@@ -30,7 +30,7 @@ export const legends = [
 
 export const reasonList = [
   { name: "农用地整理项目", code: 0 },
-  { name: "建设用地整项目", code: 1 },
+  { name: "建设用地整项目", code: 1 },
   { name: "乡村生态保护修复项目", code: 2 },
   { name: "乡村历史文化保护项目", code: 3 },
 ]

+ 1 - 1
src/views/farmlandProtection/config.js

@@ -30,7 +30,7 @@ export const legends = [
 
 export const reasonList = [
   { name: "农用地整理项目", code: 0 },
-  { name: "建设用地整项目", code: 1 },
+  { name: "建设用地整项目", code: 1 },
   { name: "乡村生态保护修复项目", code: 2 },
   { name: "乡村历史文化保护项目", code: 3 },
 ]