修改禅道已知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>
|
||||
|
||||
@@ -1283,7 +1283,7 @@
|
||||
this.dataSource[i].homologationEngineerId && this.dataSource[i].regulationOwnerId) {
|
||||
isTrue = true
|
||||
} else {
|
||||
this.$message.warning(this.$t('dataConfirmation'))
|
||||
this.$message.warning(this.$t('The') + (i + 1) + this.$t('strip') + ',' + this.$t('dataConfirmation'))
|
||||
isTrue = false
|
||||
return
|
||||
}
|
||||
@@ -1342,7 +1342,7 @@
|
||||
}
|
||||
} else {
|
||||
isTrue = false
|
||||
this.$message.warning(this.$t('taskDataConfirmation'))
|
||||
this.$message.warning(this.$t('The') + (i + 1) + this.$t('strip') + ',' + this.$t('taskDataConfirmation'))
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user