|
@@ -97,8 +97,8 @@ export default {
|
|
|
remoteOptions: remoteOptionsHouse
|
|
|
},
|
|
|
{ label: '学校地址', key: 'address' },
|
|
|
- { label: '学费', key: 'tuition', class: 'c-2', type: 'inputFont', appendFont: '元/年' },
|
|
|
- { label: '是否住宿', key: 'is_live', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno },
|
|
|
+ { label: '学费', key: 'tuition', class: 'c-2', type: 'inputFont', appendFont: '万元/年' },
|
|
|
+ { label: '有无住宿', key: 'is_live', type: 'select', class: 'c-2', options: this.$dictData.sys_yesno2 },
|
|
|
]
|
|
|
} else {
|
|
|
this.formData = [
|