From 29ab9b301ac711ac3c7e961fc3fa8b5e46abfa04 Mon Sep 17 00:00:00 2001 From: "song.tianyang" Date: Tue, 26 Jan 2021 11:05:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96-=E5=9C=BA=E6=99=AF=E5=88=97=E8=A1=A8-=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=93=8D=E4=BD=9C=E4=B8=8B=E6=8B=89=E6=A1=86=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复接口自动化-场景列表-批量操作下拉框不显示操作的问题 --- .../automation/scenario/ApiScenarioList.vue | 21 ++++++++-- .../api/automation/scenario/ReferenceView.vue | 2 +- .../definition/components/list/ApiList.vue | 2 +- .../table/MsTableHeaderSelectPopover.vue | 42 +++++++++++++++++++ frontend/src/common/css/main.css | 33 +++++++++++++++ 5 files changed, 94 insertions(+), 6 deletions(-) create mode 100644 frontend/src/business/components/common/components/table/MsTableHeaderSelectPopover.vue diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue index 53278e4d8b..1f12944f44 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue @@ -6,12 +6,12 @@ :show-create="false"/> - - diff --git a/frontend/src/business/components/api/automation/scenario/ReferenceView.vue b/frontend/src/business/components/api/automation/scenario/ReferenceView.vue index c46a71000b..8095fc1a98 100644 --- a/frontend/src/business/components/api/automation/scenario/ReferenceView.vue +++ b/frontend/src/business/components/api/automation/scenario/ReferenceView.vue @@ -1,6 +1,6 @@