src/views/wel/farming.vue
@@ -47,6 +47,12 @@ type: "select", labelWidth: 110, dicUrl: "/api/blade-system/dict-biz/dictionary?code=farmingType", dicFormatter:(res)=>{ let typeList = res.data.filter(e=>{ return e.dictKey<10 }) return typeList }, props: { label: "dictValue", value: "dictKey",