fix(测试跟踪): 测试计划-接口测试用例-场景用例-批量执行-选择保存-任务显示执行任务
--bug=1012750 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001012750
This commit is contained in:
parent
ee8f3daac7
commit
6ec13df043
|
@ -75,7 +75,7 @@
|
|||
</el-row>
|
||||
</div>
|
||||
<template v-slot:footer>
|
||||
<div class="dialog-footer">
|
||||
<div class="dialog-footer" v-if="showSave">
|
||||
<el-button @click="close" >{{$t('commons.cancel')}}</el-button>
|
||||
<el-dropdown @command="handleCommand" style="margin-left: 5px">
|
||||
<el-button type="primary" >
|
||||
|
@ -83,10 +83,11 @@
|
|||
</el-button>
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item command="run">{{$t('load_test.save_and_run')}}</el-dropdown-item>
|
||||
<el-dropdown-item command="save" v-if="showSave">{{$t('commons.save')}}</el-dropdown-item>
|
||||
<el-dropdown-item command="save">{{$t('commons.save')}}</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</div>
|
||||
<ms-dialog-footer v-else @cancel="close" @confirm="handleRunBatch"/>
|
||||
</template>
|
||||
</el-dialog>
|
||||
</template>
|
||||
|
|
|
@ -307,7 +307,7 @@
|
|||
:type="'plan'"/>
|
||||
<ms-test-plan-schedule-batch-switch ref="scheduleBatchSwitch" @refresh="refresh"/>
|
||||
<plan-run-mode-with-env @handleRunBatch="_handleRun" ref="runMode" :plan-case-ids="[]" :type="'plan'"
|
||||
:plan-id="currentPlanId" :show_save="true"/>
|
||||
:plan-id="currentPlanId" :show-save="true"/>
|
||||
<test-plan-report-review ref="testCaseReportView"/>
|
||||
<ms-task-center ref="taskCenter" :show-menu="false"/>
|
||||
<el-dialog
|
||||
|
|
Loading…
Reference in New Issue