BUG 29118

This commit is contained in:
aixianling
2022-04-18 09:54:31 +08:00
parent 6ede9e8871
commit 222789a438

View File

@@ -92,13 +92,13 @@ export default {
{prop: 'landOutflowName', label: '土地流出方'},
{prop: 'landArea', align: 'center', label: '土地面积/㎡'},
{prop: 'landUndertakeName', align: 'center', label: '土地承接方'},
{prop: 'circulateType', align: 'center', label: '流转形式'},
{prop: 'circulateType', align: 'center', label: '流转形式', dict: "landCirculateType"},
{prop: 'startDate', align: 'center', label: '开始日期'},
],
}
},
created() {
this.dict.load("enterpriseType")
this.dict.load("enterpriseType", "landCirculateType")
},
methods: {
getPCR() {