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" ,}, ]