mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 15:50:22 +08:00
i18n (#455)
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</a-input>
|
</a-input>
|
||||||
<a-tooltip :title="$t('reset')">
|
<a-tooltip :title="$t('reset')">
|
||||||
<a-button @click="reset">重置</a-button>
|
<a-button @click="reset">{{ $t('reset') }}</a-button>
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
<FilterComp
|
<FilterComp
|
||||||
ref="filterComp"
|
ref="filterComp"
|
||||||
|
Reference in New Issue
Block a user