From aac6916a1fcd2eb18ffe6ed9a7ddc48a3e41d177 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Wed, 15 Mar 2023 17:07:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E6=8A=A5=E5=91=8A):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE=E6=8A=A5=E5=91=8A=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1023766 --user=宋天阳 【项目报告】项目报告功能未开源 https://www.tapd.cn/55049933/s/1350694 --- .../backend/src/main/resources/permission.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/report-stat/backend/src/main/resources/permission.json b/report-stat/backend/src/main/resources/permission.json index 38fbac6a0c..883bed1d00 100644 --- a/report-stat/backend/src/main/resources/permission.json +++ b/report-stat/backend/src/main/resources/permission.json @@ -28,37 +28,37 @@ "id": "PROJECT_ENTERPRISE_REPORT:READ+EXPORT", "name": "permission.project_enterprise_report.export", "resourceId": "PROJECT_ENTERPRISE_REPORT", - "license": true + "license": false }, { "id": "PROJECT_ENTERPRISE_REPORT:READ+CREATE", "name": "permission.project_enterprise_report.create", "resourceId": "PROJECT_ENTERPRISE_REPORT", - "license": true + "license": false }, { "id": "PROJECT_ENTERPRISE_REPORT:READ+DELETE", "name": "permission.project_enterprise_report.delete", "resourceId": "PROJECT_ENTERPRISE_REPORT", - "license": true + "license": false }, { "id": "PROJECT_ENTERPRISE_REPORT:READ+COPY", "name": "permission.project_enterprise_report.copy", "resourceId": "PROJECT_ENTERPRISE_REPORT", - "license": true + "license": false }, { "id": "PROJECT_ENTERPRISE_REPORT:READ+SCHEDULE", "name": "permission.project_enterprise_report.schedule", "resourceId": "PROJECT_ENTERPRISE_REPORT", - "license": true + "license": false }, { "id": "PROJECT_ENTERPRISE_REPORT:READ+EDIT", "name": "permission.project_enterprise_report.edit", "resourceId": "PROJECT_ENTERPRISE_REPORT", - "license": true + "license": false } ], "resource": [ @@ -69,7 +69,7 @@ { "id": "PROJECT_ENTERPRISE_REPORT", "name": "permission.project_enterprise_report.name", - "license": true + "license": false } ] } \ No newline at end of file