From ef4e68aede0874cc5d6813125a8a23365552daba Mon Sep 17 00:00:00 2001 From: Luo Fan <44999219+luofann@users.noreply.github.com> Date: Mon, 18 Nov 2024 19:26:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=A0=E9=99=A4=E8=BF=9E=E7=BA=BF?= =?UTF-8?q?=E6=97=B6=E5=A2=9E=E5=8A=A0=E4=BA=8C=E6=AC=A1=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=20(#1448)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: 删除连线时增加二次确认弹窗 --story=120088112 # Reviewed, transaction id: 24064 * refactor: 更新项目版本及日志 --bug=131961417 --- app_desc.yaml | 2 +- docs/RELEASE.md | 5 ++ docs/RELEASE_EN.md | 4 + .../apiConfigure/apiTable.vue | 83 ++++++++++--------- .../editService/lineConfigue/index.vue | 9 +- 5 files changed, 60 insertions(+), 43 deletions(-) diff --git a/app_desc.yaml b/app_desc.yaml index 2c1708553..e0f60b159 100644 --- a/app_desc.yaml +++ b/app_desc.yaml @@ -1,5 +1,5 @@ spec_version: 2 -app_version: "2.7.1" +app_version: "2.7.2" app: region: default bk_app_code: bk_itsm diff --git a/docs/RELEASE.md b/docs/RELEASE.md index be9be8b0a..7a481a201 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,4 +1,9 @@ # Changelog + +## [Version: 2.7.2] - 2024-11-18 +【新增】画布删除线条时增加弹窗提醒 +【优化】API列表选择全部系统时,去掉新建和导入API入口 + ## [Version: 2.7.1] - 2024-11-06 【新增】pipeline管理工具集成 【优化】多行文本兼容 JSON、Markdown 格式 diff --git a/docs/RELEASE_EN.md b/docs/RELEASE_EN.md index c3e7d4494..37be6ac20 100644 --- a/docs/RELEASE_EN.md +++ b/docs/RELEASE_EN.md @@ -1,4 +1,8 @@ # Changelog +## [Version: 2.7.2] - 2024-11-18 +【Feature】Add a popup confirmation when deleting lines on the canvas. +【Improved】When selecting ‘All Systems’ in the API list, remove the options for creating new and importing APIs. + ## [Version: 2.7.1] - 2024-11-06 【Feature】Integrated pipeline management tool. 【Improved】Ensure TEXT compatibility with JSON and Markdown formats. diff --git a/frontend/pc/src/views/processManagement/apiConfigure/apiTable.vue b/frontend/pc/src/views/processManagement/apiConfigure/apiTable.vue index af5f34151..8d0b4d708 100644 --- a/frontend/pc/src/views/processManagement/apiConfigure/apiTable.vue +++ b/frontend/pc/src/views/processManagement/apiConfigure/apiTable.vue @@ -25,47 +25,48 @@

{{ $t(`m.systemConfig["API列表"]`) }}

- - - - - - - {{$t(`m.systemConfig['导入']`)}} - +