宽度
This commit is contained in:
@@ -54,12 +54,12 @@ export default {
|
||||
computed: {
|
||||
colConfigs() {
|
||||
return [
|
||||
{ prop: "organizationName", label: '集体经济组织名称', align: "center", width: "150px", },
|
||||
{ prop: "name", label: '持证人(户主)', align: "center", width: "150px", },
|
||||
{ prop: "idNumber", label: '身份证号', align: "center", width: "150px", },
|
||||
{ prop: "stockCertificateCode", label: '股权编号', align: "center", width: "150px", },
|
||||
{ prop: "totalEquity", label: '股权总数', align: "center", width: "150px", },
|
||||
{ prop: "totalAmount", label: '股金总额(元)', align: "center", width: "150px", },
|
||||
{ prop: "organizationName", label: '集体经济组织名称', align: "center", width: "180px", },
|
||||
{ prop: "name", label: '持证人(户主)', align: "center", width: "180px", },
|
||||
{ prop: "idNumber", label: '身份证号', align: "center", width: "180px", },
|
||||
{ prop: "stockCertificateCode", label: '股权编号', align: "center", width: "180px", },
|
||||
{ prop: "totalEquity", label: '股权总数', align: "center", width: "180px", },
|
||||
{ prop: "totalAmount", label: '股金总额(元)', align: "center", width: "180px", },
|
||||
{ prop: "areaName", label: '所在地区', align: "center", width: "200px", },
|
||||
{ slot: "options" ,},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user