Browse Source

监测图斑类型筛选

maxiaoxiao 11 tháng trước cách đây
mục cha
commit
dfacc4f9ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/farmlandProtection/jctb/index.vue

+ 1 - 1
src/views/farmlandProtection/jctb/index.vue

@@ -66,7 +66,7 @@
               v-for="item in monitorOpt"
               :key="item.dictCode"
               :label="item.dictValue"
-              :value="item.dictCode"
+              :value="item.dictLabel"
             >
             </el-option>
           </el-select>