fix(性能测试): 执行按钮和复制按钮ui样式和其他页面统一

--bug=1011281 --user=李玉号 【性能测试】-执行按钮和复制按钮ui样式 和其他页面统一
https://www.tapd.cn/55049933/s/1119101
This commit is contained in:
shiziyuan9527 2022-03-16 16:48:05 +08:00 committed by shiziyuan9527
parent b21d4e7c3d
commit 800be50a71
1 changed files with 2 additions and 1 deletions

View File

@ -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']
}, {