BUG 29118
This commit is contained in:
@@ -92,13 +92,13 @@ export default {
|
||||
{prop: 'landOutflowName', label: '土地流出方'},
|
||||
{prop: 'landArea', align: 'center', label: '土地面积/㎡'},
|
||||
{prop: 'landUndertakeName', align: 'center', label: '土地承接方'},
|
||||
{prop: 'circulateType', align: 'center', label: '流转形式'},
|
||||
{prop: 'circulateType', align: 'center', label: '流转形式', dict: "landCirculateType"},
|
||||
{prop: 'startDate', align: 'center', label: '开始日期'},
|
||||
],
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.dict.load("enterpriseType")
|
||||
this.dict.load("enterpriseType", "landCirculateType")
|
||||
},
|
||||
methods: {
|
||||
getPCR() {
|
||||
|
||||
Reference in New Issue
Block a user