This commit is contained in:
dagongren 2024-03-29 12:23:23 +08:00 committed by GitHub
parent 2efbc6474a
commit 4188ac7252
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
</a-tooltip>
</a-input>
<a-tooltip :title="$t('reset')">
<a-button @click="reset">重置</a-button>
<a-button @click="reset">{{ $t('reset') }}</a-button>
</a-tooltip>
<FilterComp
ref="filterComp"