|
@@ -97,6 +97,7 @@ export default {
|
|
remoteOptions: remoteOptionsHouse
|
|
remoteOptions: remoteOptionsHouse
|
|
},
|
|
},
|
|
{ label: '学校地址', key: 'address' },
|
|
{ label: '学校地址', key: 'address' },
|
|
|
|
+ { label: '历年成绩', key: 'achievement' },
|
|
{ label: '学费', key: 'tuition', class: 'c-2', type: 'inputFont', appendFont: '万元/年' },
|
|
{ label: '学费', key: 'tuition', class: 'c-2', type: 'inputFont', appendFont: '万元/年' },
|
|
{ label: '有无住宿', key: 'is_live', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno2 },
|
|
{ label: '有无住宿', key: 'is_live', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno2 },
|
|
]
|
|
]
|
|
@@ -116,6 +117,7 @@ export default {
|
|
remoteOptions: remoteOptionsHouse
|
|
remoteOptions: remoteOptionsHouse
|
|
},
|
|
},
|
|
{ label: '学校地址', key: 'address' },
|
|
{ label: '学校地址', key: 'address' },
|
|
|
|
+ { label: '历年成绩', key: 'achievement' },
|
|
]
|
|
]
|
|
}
|
|
}
|
|
this.setDefaultValue(params)
|
|
this.setDefaultValue(params)
|