fix(测试跟踪): 删除版本用例提示问题

--bug=1019021 --user=宋昌昌 【测试跟踪】功能用例-在编辑用例页,版本历史中删除版本提示信息显示“删除接口xxx” https://www.tapd.cn/55049933/s/1282152
This commit is contained in:
song-cc-rock 2022-10-28 15:16:10 +08:00 committed by 刘瑞斌
parent 0e81b5582c
commit 7f69fde985
1 changed files with 1 additions and 1 deletions

View File

@ -1101,7 +1101,7 @@ export default {
},
del(row) {
let that = this;
this.$alert(this.$t('api_test.definition.request.delete_confirm') + ' ' + row.name + " ", '', {
this.$alert(this.$t('test_track.case.delete_confirm') + ' ' + row.name + " ", '', {
confirmButtonText: this.$t('commons.confirm'),
callback: (action) => {
if (action === 'confirm') {