mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-09 19:00:27 +08:00
fix: 机器文件内容写入导致内容清空、feat: ioc支持根据类型注入
This commit is contained in:
@@ -31,10 +31,10 @@
|
||||
<!-- 按钮 -->
|
||||
<div class="search-buttons">
|
||||
<el-button class="terminal-search-button search-button-prev" type="primary" size="small" @click="searchKeywords(false)">
|
||||
{{ $t('components.terminal.previous') }}}}
|
||||
{{ $t('components.terminal.previous') }}
|
||||
</el-button>
|
||||
<el-button class="terminal-search-button search-button-next" type="primary" size="small" @click="searchKeywords(true)">
|
||||
{{ $t('components.terminal.next') }}}}
|
||||
{{ $t('components.terminal.next') }}
|
||||
</el-button>
|
||||
<el-button class="terminal-search-button search-button-next" type="primary" size="small" @click="closeSearch">
|
||||
{{ $t('components.terminal.close') }}
|
||||
|
||||
Reference in New Issue
Block a user