From 7bedfeca11e6815651034d3095e3aa3a8ae4ff4e Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 8 Apr 2022 16:48:09 +0800 Subject: [PATCH] 28981 --- project/xiushan/apps/AppGroupShareholders/components/List.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/xiushan/apps/AppGroupShareholders/components/List.vue b/project/xiushan/apps/AppGroupShareholders/components/List.vue index fb1ffad6..6e588b8f 100644 --- a/project/xiushan/apps/AppGroupShareholders/components/List.vue +++ b/project/xiushan/apps/AppGroupShareholders/components/List.vue @@ -58,8 +58,8 @@ export default { { prop: "name", label: '持证人(户主)', align: "center", width: "200px", }, { prop: "idNumber", label: '身份证号', align: "center", width: "200px", }, { prop: "stockCertificateCode", label: '股权编号', align: "center", width: "200px", }, - { prop: "shareholdingNumber", label: '股权总数', align: "center", width: "200px", }, - { prop: "shareholdingAmount", label: '股金总额(元)', align: "center", width: "200px", }, + { prop: "totalEquity", label: '股权总数', align: "center", width: "200px", }, + { prop: "totalAmount", label: '股金总额(元)', align: "center", width: "200px", }, { prop: "areaName", label: '所在地区', align: "center", width: "200px", }, { slot: "options" ,}, ]