diff --git a/project/xiushan/components/personCreditReport.vue b/project/xiushan/components/personCreditReport.vue index fe8f397e..ffeffa59 100644 --- a/project/xiushan/components/personCreditReport.vue +++ b/project/xiushan/components/personCreditReport.vue @@ -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() {