From 6e5cb25ec9c372b15008b517a482e936a60c8e31 Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Thu, 13 Apr 2023 11:03:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA)?= =?UTF-8?q?=EF=BC=9A=E4=BF=AE=E5=A4=8D=E8=AF=A6=E6=83=85=E9=A1=B5=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1025184 --user=王旭 【测试跟踪】脑图模式删除用例后-操作日志显示为批量编辑 https://www.tapd.cn/55049933/s/1362188 --- system-setting/frontend/src/business/common/LogDetail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/system-setting/frontend/src/business/common/LogDetail.vue b/system-setting/frontend/src/business/common/LogDetail.vue index b844b395e4..91d1d3d72c 100644 --- a/system-setting/frontend/src/business/common/LogDetail.vue +++ b/system-setting/frontend/src/business/common/LogDetail.vue @@ -116,6 +116,7 @@ const jsondiffpatch = require('jsondiffpatch'); ['BATCH_RESTORE', "批量恢复"], ['BATCH_GC', "批量回收"], ['UN_ASSOCIATE_CASE', this.$t('test_track.case.unlink')], + ['MINDER_OPERATION', this.$t('commons.minder_operation')], ]), timeDates: ["plannedStartTime", "plannedEndTime", "startTime", "endTime"], loading: false