|
@@ -63,7 +63,7 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
<div style="margin-top: 0px; width: 100%; text-align: left; " v-show="isShowCsSchool">
|
|
|
- <el-select v-model="selectedSchInfo" value-key="shortCode" :placeholder="$t('purchase.selectSchool')" style="width: 50%">
|
|
|
+ <el-select v-model="selectedSchInfo" filterable value-key="shortCode" :placeholder="$t('purchase.selectSchool')" style="width: 50%">
|
|
|
<el-option v-for="item in csSchoolList" :key="item.shortCode" :label="item.name + ' (' + item.shortCode + ')'" :value="item" />
|
|
|
</el-select>
|
|
|
<el-button style="margin-left: 5px;" @click="addSchoolSeat()">{{$t('purchase.confirmOk')}}</el-button>
|