fix(任务中心): 任务中的跳转链接建议显示在场景名称,而不是“ 场景测试用例”

--bug=1008142 --user=王孝刚 【任务中心】任务中的跳转链接建议显示在场景名称,而不是“ 场景测试用例”
https://www.tapd.cn/55049933/s/1071728
This commit is contained in:
wxg0103 2021-11-22 11:44:40 +08:00 committed by 刘瑞斌
parent a180146682
commit d69940428f
1 changed files with 7 additions and 4 deletions

View File

@ -88,15 +88,18 @@
<div class="report-container">
<div v-for="item in taskData" :key="item.id" style="margin-bottom: 5px;">
<el-card class="ms-card-task" @click.native="showReport(item)">
<span class="ms-task-name-width"><el-link type="primary">
{{ getModeName(item.executionModule) }} </el-link>: {{ item.name }}
<span class="ms-task-name-width">
{{ getModeName(item.executionModule) }} : <el-link type="primary"> {{ item.name }} </el-link>
</span>
<el-button size="mini" class="ms-task-stop" @click.stop @click="stop(item)" v-if="showStop(item.executionStatus)">
<el-button size="mini" class="ms-task-stop" @click.stop @click="stop(item)"
v-if="showStop(item.executionStatus)">
{{ $t('report.stop_btn') }}
</el-button>
<br/>
<span>
执行器{{ item.actuator }} {{ item.executor }} {{ item.executionTime | timestampFormatDate }} {{ getMode(item.triggerMode) }}
执行器{{ item.actuator }} {{ item.executor }} {{
item.executionTime | timestampFormatDate
}} {{ getMode(item.triggerMode) }}
</span>
<br/>
<el-row>