This commit is contained in:
shijingjing
2022-04-08 20:49:00 +08:00
parent dc1d009dad
commit 5b1fc1317d
6 changed files with 41 additions and 41 deletions

View File

@@ -56,13 +56,13 @@ export default {
...mapState(['user']),
colConfigs() {
return [
{ prop: "useCertificate", label: '使用证书号', align: "center", width: "200px", },
{ prop: "usePerson", label: '使用人', align: "center", width: "200px", },
{ prop: "idNumber", label: '身份证号', align: "center", width: "200px", },
{ prop: "houseNumber", label: '家庭人口', align: "center", width: "200px", },
{ prop: "landArea", label: '面积/㎡', align: "center", width: "200px", },
{ prop: "landFourTo", label: '土地四至', align: "center", width: "200px", },
{ prop: "landOwnership", label: '土地所有权', align: "center", width: "200px", },
{ 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", },
{ slot: "options" ,},
]
}