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