From a0c547c51042e91be8353a996c28fad1d029b722 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 15 Apr 2022 11:16:20 +0800 Subject: [PATCH] BUG 29117 --- 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 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: '开始日期'}, ],