宽度
This commit is contained in:
@@ -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" ,},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user