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

@@ -57,13 +57,13 @@ export default {
computed: {
colConfigs() {
return [
{ prop: "landOutflowName", label: '土地流出方', align: "center", width: "200px", },
{ prop: "landArea", label: '土地面积/㎡', align: "center", width: "200px", },
{ prop: "circulateType", label: '流转形式', align: "center", width: "200px", dict: "landCirculateType" },
{ prop: "landUndertakeName", label: '土地承接方', align: "center", width: "200px", },
{ prop: "landUndertakeNumber", label: '承接方证件号码', align: "center", width: "200px", },
{ prop: "contractNo", label: '合同编号', align: "center", width: "200px", },
{ prop: "endDate", label: '有效期限', align: "center", width: "200px", },
{ prop: "landOutflowName", label: '土地流出方', align: "center", width: "150px", },
{ prop: "landArea", label: '土地面积/㎡', align: "center", width: "150px", },
{ prop: "circulateType", label: '流转形式', align: "center", width: "150px", dict: "landCirculateType" },
{ prop: "landUndertakeName", label: '土地承接方', align: "center", width: "150px", },
{ prop: "landUndertakeNumber", label: '承接方证件号码', align: "center", width: "150px", },
{ prop: "contractNo", label: '合同编号', align: "center", width: "150px", },
{ prop: "endDate", label: '有效期限', align: "center", width: "150px", },
{ slot: "options" ,},
]
},