From 915828089115f3f7fd28a08e370badc26fad3869 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 16 Mar 2022 16:48:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E6=8C=89=E9=92=AE=E5=92=8C=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=8C=89=E9=92=AEui=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=85=B6?= =?UTF-8?q?=E4=BB=96=E9=A1=B5=E9=9D=A2=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1011281 --user=李玉号 【性能测试】-执行按钮和复制按钮ui样式 和其他页面统一 https://www.tapd.cn/55049933/s/1119101 --- .../components/performance/test/PerformanceTestList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/performance/test/PerformanceTestList.vue b/frontend/src/business/components/performance/test/PerformanceTestList.vue index 1e43fe930d..cbd0f33c26 100644 --- a/frontend/src/business/components/performance/test/PerformanceTestList.vue +++ b/frontend/src/business/components/performance/test/PerformanceTestList.vue @@ -165,6 +165,7 @@ export default { operators: [ { tip: this.$t('commons.run'), icon: "el-icon-video-play", + class: 'run-button', exec: this.handleRun, permissions: ['PROJECT_PERFORMANCE_TEST:READ+RUN'] }, @@ -174,7 +175,7 @@ export default { permissions: ['PROJECT_PERFORMANCE_TEST:READ+EDIT'] }, { - tip: this.$t('commons.copy'), icon: "el-icon-copy-document", type: "success", + tip: this.$t('commons.copy'), icon: "el-icon-copy-document", type: "primary", exec: this.handleCopy, permissions: ['PROJECT_PERFORMANCE_TEST:READ+COPY'] }, {