|
@@ -9,7 +9,7 @@
|
|
|
<el-form-item >
|
|
|
<!-- <div style="display: flex;align-items: center;height: 40px;"> -->
|
|
|
<div v-if="true" style="display: flex;align-items: center;height: 40px;">
|
|
|
- <el-input v-model="keyword" class="input-with-select" :placeholder="searchField == '1' ? $t('peaseenterthe') : $t('peaseenterthe')" clearable="true" size="small">
|
|
|
+ <el-input v-model="keyword" class="input-with-select" @keyup.enter.native="searchList()" :placeholder="searchField == '1' ? $t('peaseenterthe') : $t('peaseenterthe')" clearable="true" size="small">
|
|
|
<el-select v-model="searchField" style="width:120px;" slot="prepend" :placeholder="$t('defaultText.pleaseChoose')">
|
|
|
<el-option :label="$t('headerTop.projectName')" value=1 ></el-option>
|
|
|
<el-option :label="$t('Itemno')" value=2 ></el-option>
|