refactor(接口测试): 接口测试保存按钮上加上Tips Ctrl + S

This commit is contained in:
Captain.B 2020-09-25 17:45:44 +08:00
parent 0426e34b44
commit 315bd84118
1 changed files with 7 additions and 3 deletions

View File

@ -14,9 +14,13 @@
</el-select>
</el-input>
<el-button type="primary" plain :disabled="isReadOnly" @click="saveTest">
{{ $t('commons.save') }}
</el-button>
<el-tooltip :content="'Ctrl + S'"
placement="top"
:enterable="false">
<el-button type="primary" plain :disabled="isReadOnly" @click="saveTest">
{{ $t('commons.save') }}
</el-button>
</el-tooltip>
<el-button type="primary" plain :disabled="isReadOnly"
@click="saveRunTest">