宽度
This commit is contained in:
@@ -56,13 +56,13 @@ export default {
|
||||
...mapState(['user']),
|
||||
colConfigs() {
|
||||
return [
|
||||
{ prop: "useCertificate", label: '使用证书号', align: "center", width: "150px", },
|
||||
{ prop: "usePerson", label: '使用人', align: "center", width: "150px", },
|
||||
{ prop: "idNumber", label: '身份证号', align: "center", width: "150px", },
|
||||
{ prop: "houseNumber", label: '家庭人口', align: "center", width: "150px", },
|
||||
{ prop: "landArea", label: '面积/㎡', align: "center", width: "150px", },
|
||||
{ prop: "landFourTo", label: '土地四至', align: "center", width: "150px", },
|
||||
{ prop: "landOwnership", label: '土地所有权', align: "center", width: "150px", },
|
||||
{ prop: "useCertificate", label: '使用证书号', align: "center", width: "180px", },
|
||||
{ prop: "usePerson", label: '使用人', align: "center", width: "180px", },
|
||||
{ prop: "idNumber", label: '身份证号', align: "center", width: "180px", },
|
||||
{ prop: "houseNumber", label: '家庭人口', align: "center", width: "180px", },
|
||||
{ prop: "landArea", label: '面积/㎡', align: "center", width: "180px", },
|
||||
{ prop: "landFourTo", label: '土地四至', align: "center", width: "180px", },
|
||||
{ prop: "landOwnership", label: '土地所有权', align: "center", width: "180px", },
|
||||
{ slot: "options" ,},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user