a8ad77c8 by zhangmeng

成绩查询

1 parent 1c9d32e9
......@@ -16,7 +16,7 @@
<div class="flex mt30">
<el-input
v-model="query"
:placeholder="language==0?'输入项目编号查询':'Enter project name or code to Query'" clearable
:placeholder="language==0?'输入项目编号查询':'Enter code to Query'" clearable
@blur="search" @empty="search" @enter="search"
/>
<el-button class="btn-lineG" style="color: #fff" @click="search">{{ language == 0 ? '查询' : 'Search' }}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!