This commit is contained in:
@@ -38,12 +38,12 @@
|
|||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<div class="form-buttons">
|
<div class="form-buttons">
|
||||||
<el-button class="reset-button" @click="$emit('reset')" v-ripple>{{
|
|
||||||
$t('table.searchBar.reset')
|
|
||||||
}}</el-button>
|
|
||||||
<el-button type="primary" class="search-button" @click="$emit('search')" v-ripple>{{
|
<el-button type="primary" class="search-button" @click="$emit('search')" v-ripple>{{
|
||||||
$t('table.searchBar.search')
|
$t('table.searchBar.search')
|
||||||
}}</el-button>
|
}}</el-button>
|
||||||
|
<el-button class="reset-button" @click="$emit('reset')" v-ripple>{{
|
||||||
|
$t('table.searchBar.reset')
|
||||||
|
}}</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="!props.isExpand && props.showExpand"
|
v-if="!props.isExpand && props.showExpand"
|
||||||
|
|||||||
Reference in New Issue
Block a user