This commit is contained in:
shijingjing
2022-04-08 16:48:09 +08:00
parent fd2bbcb344
commit 7bedfeca11

View File

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