fix(性能测试): 执行按钮和复制按钮ui样式和其他页面统一
--bug=1011281 --user=李玉号 【性能测试】-执行按钮和复制按钮ui样式 和其他页面统一 https://www.tapd.cn/55049933/s/1119101
This commit is contained in:
parent
b21d4e7c3d
commit
800be50a71
|
@ -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']
|
||||
}, {
|
||||
|
|
Loading…
Reference in New Issue