性能测试增加执行人
This commit is contained in:
@@ -71,7 +71,7 @@ export default {
|
||||
},
|
||||
// 编辑
|
||||
hadleClickEdit(val) {
|
||||
this.$tab.openPage(`修改测试_${val.id}`, `/performance/edit/${val.id}`, { id: val.id });
|
||||
this.$tab.openPage(`修改测试_${val.id}`, `/performance/edit`, { id: val.id });
|
||||
},
|
||||
// 删除
|
||||
hadleClickDelete(val) {
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
<el-table-column prop="endTime" label="结束时间" align="center" sortable />
|
||||
<el-table-column prop="triggerType" label="触发方式" align="center" sortable>
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.triggerType === 1">按持续时间</div>
|
||||
<div v-else>按迭代次数</div>
|
||||
<div v-if="scope.row.triggerType === 1">定时任务</div>
|
||||
<div v-else>手动</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="status" label="状态" align="center" width="150" sortable>
|
||||
|
||||
Reference in New Issue
Block a user