From dc2764263b93656ffdcb1647e85d38e3275d16b5 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Tue, 20 Jul 2021 14:24:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=AA=E8=AF=BB=E7=94=A8=E6=88=B7=E4=B9=9F?= =?UTF-8?q?=E5=8F=AF=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=91=8A?= =?UTF-8?q?#1005247?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1005247 --user=lyh 【用户权限】-只读用户可以删除测试报告+下载报表统计 https://www.tapd.cn/55049933/s/1026160 --- .../business/components/api/automation/report/ApiReportList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/report/ApiReportList.vue b/frontend/src/business/components/api/automation/report/ApiReportList.vue index 97669848e3..ffcc09dc6c 100644 --- a/frontend/src/business/components/api/automation/report/ApiReportList.vue +++ b/frontend/src/business/components/api/automation/report/ApiReportList.vue @@ -126,7 +126,7 @@ export default { ], buttons: [ { - name: this.$t('api_report.batch_delete'), handleClick: this.handleBatchDelete + name: this.$t('api_report.batch_delete'), handleClick: this.handleBatchDelete, permissions: ['PROJECT_API_REPORT:READ+DELETE'] } ], selectRows: new Set(),