修改禅道已知bug
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
</a-select>
|
||||
<a-input
|
||||
:maxLength="100"
|
||||
@keyup.enter.native="onSearch(selectValueTwo)"
|
||||
v-model="selectValueTwo"
|
||||
style="width: calc(100% - 128px)"
|
||||
:placeholder="$t('pleaseEnter')+$t('searchContent')"
|
||||
@@ -21,6 +22,7 @@
|
||||
<a-input
|
||||
v-model="selectValueTwo"
|
||||
:maxLength="100"
|
||||
@keyup.enter.native="wholeOnSearch(selectValueTwo)"
|
||||
v-else-if="active === $t('whole')"
|
||||
class="inputSearch"
|
||||
:placeholder="$t('pleaseEnter')+$t('searchContent')"
|
||||
@@ -32,6 +34,7 @@
|
||||
</a-button>
|
||||
<a-button class="textSearch"
|
||||
v-if="active === $t('whole')"
|
||||
@keyup.enter.native="wholeOnSearch(selectValueTwo)"
|
||||
@click="wholeOnSearch(selectValueTwo)"
|
||||
>{{$t('query')}}
|
||||
</a-button>
|
||||
|
||||
Reference in New Issue
Block a user