diff --git a/project/xiushan/components/personCreditReport.vue b/project/xiushan/components/personCreditReport.vue index 1767cecd..809ecbfb 100644 --- a/project/xiushan/components/personCreditReport.vue +++ b/project/xiushan/components/personCreditReport.vue @@ -89,9 +89,9 @@ export default { {prop: 'shareholdingAmount', align: 'center', label: '股金总额'} ], colConfigs4: [ - {prop: 'landOutflowType', label: '土地流出方'}, + {prop: 'landOutflowName', label: '土地流出方'}, {prop: 'landArea', align: 'center', label: '土地面积/㎡'}, - {prop: 'landUndertakeType', align: 'center', label: '土地承接方'}, + {prop: 'landUndertakeName', align: 'center', label: '土地承接方'}, {prop: 'circulateType', align: 'center', label: '流转形式'}, {prop: 'startDate', align: 'center', label: '开始日期'}, ],