This commit is contained in:
shijingjing
2022-04-08 20:51:37 +08:00
parent 5b1fc1317d
commit 0e2c0cb3b5
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: "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", },
{ prop: "landOutflowName", label: '土地流出方', align: "center", width: "180px", },
{ prop: "landArea", label: '土地面积/㎡', align: "center", width: "180px", },
{ prop: "circulateType", label: '流转形式', align: "center", width: "180px", dict: "landCirculateType" },
{ prop: "landUndertakeName", label: '土地承接方', align: "center", width: "180px", },
{ prop: "landUndertakeNumber", label: '承接方证件号码', align: "center", width: "180px", },
{ prop: "contractNo", label: '合同编号', align: "center", width: "180px", },
{ prop: "endDate", label: '有效期限', align: "center", width: "180px", },
{ slot: "options" ,},
]
},