File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 <a-input ref =" input" :value =" inputKey" @change =" e => inputKey = e.target.value" style =" width : 50px ; text-align : center " :placeholder =" $t('label.key')" />
7777 <a-input style =" width : 20px ; border-left : 0 ; pointer-events : none ; backgroundColor : #fff " placeholder =" =" disabled />
7878 <a-input :value =" inputValue" @change =" handleValueChange" style =" width : 50px ; text-align : center ; border-left : 0 " :placeholder =" $t('label.value')" />
79- <tooltip-button icon =" close" size =" small" @click =" inputKey = inputValue = ''" />
79+ <tooltip-button :tooltip = " $t('label.clear') " icon =" close" size =" small" @click =" inputKey = inputValue = ''" />
8080 </a-input-group >
8181 </div >
8282 </div >
112112
113113<script >
114114import { api } from ' @/api'
115+ import TooltipButton from ' @/components/view/TooltipButton'
115116
116117export default {
117118 name: ' SearchView' ,
119+ components: {
120+ TooltipButton
121+ },
118122 props: {
119123 searchFilters: {
120124 type: Array ,
You can’t perform that action at this time.
0 commit comments