|
|
@@ -21,7 +21,7 @@
|
|
|
class="form-inline-div"
|
|
|
@keyup.enter="complexSearch()"
|
|
|
>
|
|
|
- <input
|
|
|
+ <input autocomplete="off"
|
|
|
v-if="item.displayType =='TextEditor'"
|
|
|
:id="item.id"
|
|
|
v-model="item.value.value1"
|
|
|
@@ -29,7 +29,7 @@
|
|
|
:placeholder="$t('lang.QueryConditionComplex.pleaseInputTheContent')"
|
|
|
class="form-control form-control-complex form-input"
|
|
|
/>
|
|
|
- <input
|
|
|
+ <input autocomplete="off"
|
|
|
v-if="item.displayType =='NumberEditor'"
|
|
|
:id="item.id"
|
|
|
v-model="item.value.value1"
|
|
|
@@ -117,7 +117,7 @@
|
|
|
v-if="item.index == 2"
|
|
|
class="form-inline-div"
|
|
|
>
|
|
|
- <input
|
|
|
+ <input autocomplete="off"
|
|
|
v-if="item.displayType =='TextEditor'"
|
|
|
:id="item.id"
|
|
|
v-model="item.value.value2"
|
|
|
@@ -126,7 +126,7 @@
|
|
|
class="form-control form-control-complex form-input"
|
|
|
@keyup.enter="complexSearch()"
|
|
|
/>
|
|
|
- <input
|
|
|
+ <input autocomplete="off"
|
|
|
v-if="item.displayType =='NumberEditor'"
|
|
|
:id="item.id"
|
|
|
v-model="item.value.value2"
|
|
|
@@ -146,11 +146,11 @@
|
|
|
<option value="false">{{ $t('lang.QueryConditionComplex.false') }}</option>
|
|
|
</select>
|
|
|
|
|
|
- <!-- <input v-if="item.displayType =='CheckBoxEditor'"
|
|
|
+ <!-- <input autocomplete="off" v-if="item.displayType =='CheckBoxEditor'"
|
|
|
type="checkbox" class="form-control form-control-complex form-input"
|
|
|
:id="item.id" v-model="item.value.value2"
|
|
|
@keyup.enter="complexSearch()"> -->
|
|
|
- <!-- <input v-if="item.displayType =='DateTimeBoxEditor'"
|
|
|
+ <!-- <input autocomplete="off" v-if="item.displayType =='DateTimeBoxEditor'"
|
|
|
type="date"
|
|
|
placeholder="yyyy-MM-dd"
|
|
|
class="form-control form-control-complex form-input"
|