fix: 修改测试计划内批量处理的按钮名称

修改测试计划内批量处理的按钮名称: 批量删除改为批量取消关联
This commit is contained in:
song.tianyang 2021-01-21 18:59:55 +08:00
parent cb081e848c
commit d214bca4bc
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ export default {
deletePath: "/test/case/delete",
selectRows: new Set(),
buttons: [
{name: this.$t('api_test.definition.request.batch_delete'), handleClick: this.handleDeleteBatch},
{name: this.$t('test_track.case.batch_unlink'), handleClick: this.handleDeleteBatch},
{name: this.$t('api_test.automation.batch_execute'), handleClick: this.handleBatchExecute}
],
typeArr: [

View File

@ -117,7 +117,7 @@
runData: [],
buttons: [
{
name: this.$t('api_test.definition.request.batch_delete'), handleClick: this.handleDeleteBatch
name: this.$t('test_track.case.batch_unlink'), handleClick: this.handleDeleteBatch
},
{
name: this.$t('api_test.automation.batch_execute'), handleClick: this.handleBatchExecute