refactor(接口测试): 接口测试保存按钮上加上Tips Ctrl + S
This commit is contained in:
parent
0426e34b44
commit
315bd84118
|
@ -14,9 +14,13 @@
|
||||||
</el-select>
|
</el-select>
|
||||||
</el-input>
|
</el-input>
|
||||||
|
|
||||||
<el-button type="primary" plain :disabled="isReadOnly" @click="saveTest">
|
<el-tooltip :content="'Ctrl + S'"
|
||||||
{{ $t('commons.save') }}
|
placement="top"
|
||||||
</el-button>
|
: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"
|
<el-button type="primary" plain :disabled="isReadOnly"
|
||||||
@click="saveRunTest">
|
@click="saveRunTest">
|
||||||
|
|
Loading…
Reference in New Issue