From 222789a4384b0a66d5ccc206cd75feb9507cf781 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 18 Apr 2022 09:54:31 +0800 Subject: [PATCH] BUG 29118 --- project/xiushan/components/personCreditReport.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {