From cbafc043182de5365584cc650feadb5a0f3d23d4 Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Fri, 28 Oct 2022 15:16:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=89=88=E6=9C=AC=E7=94=A8=E4=BE=8B=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1019021 --user=宋昌昌 【测试跟踪】功能用例-在编辑用例页,版本历史中删除版本提示信息显示“删除接口xxx” https://www.tapd.cn/55049933/s/1282152 --- .../frontend/src/business/case/components/TestCaseEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-track/frontend/src/business/case/components/TestCaseEdit.vue b/test-track/frontend/src/business/case/components/TestCaseEdit.vue index 4025573e6d..25a4e4189f 100644 --- a/test-track/frontend/src/business/case/components/TestCaseEdit.vue +++ b/test-track/frontend/src/business/case/components/TestCaseEdit.vue @@ -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') {