|
@@ -345,7 +345,7 @@
|
|
|
<!-- 设置学段类型 -->
|
|
|
<Modal v-model="pdTypeStatus" footer-hide className="ed-name-modal" class="campus-modal">
|
|
|
<div slot="header" class="modal-header" style="text-align:left;width: 100%;">
|
|
|
- 设置学段类型
|
|
|
+ {{$t('schoolBaseInfo.pdtyp16')}}
|
|
|
</div>
|
|
|
<div class="edit-name-content custom-radio-box" style="text-align:left;">
|
|
|
<RadioGroup v-model="pdType">
|
|
@@ -664,7 +664,7 @@ export default {
|
|
|
let info = this.pdTypeList.find(item=>item.value === type[0])
|
|
|
if(info) return info.label
|
|
|
}
|
|
|
- return '学段类型'
|
|
|
+ return this.$t('schoolBaseInfo.pdtyp17')
|
|
|
},
|
|
|
getCampusName(id) {
|
|
|
if (id && this.schoolSetting?.campuses?.length) {
|