成绩查询
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | <div class="flex mt30"> | 16 | <div class="flex mt30"> |
| 17 | <el-input | 17 | <el-input |
| 18 | v-model="query" | 18 | v-model="query" |
| 19 | :placeholder="language==0?'输入项目编号查询':'Enter project name or code to Query'" clearable | 19 | :placeholder="language==0?'输入项目编号查询':'Enter code to Query'" clearable |
| 20 | @blur="search" @empty="search" @enter="search" | 20 | @blur="search" @empty="search" @enter="search" |
| 21 | /> | 21 | /> |
| 22 | <el-button class="btn-lineG" style="color: #fff" @click="search">{{ language == 0 ? '查询' : 'Search' }} | 22 | <el-button class="btn-lineG" style="color: #fff" @click="search">{{ language == 0 ? '查询' : 'Search' }} | ... | ... |
-
Please register or sign in to post a comment