用例详情不显示创建下一个选项

This commit is contained in:
chenjianxing 2020-05-22 09:34:34 +08:00
parent cf83d9efae
commit 9b091fbf00
1 changed files with 2 additions and 2 deletions

View File

@ -175,12 +175,12 @@
</el-row>
</el-form>
<template v-slot:footer>
<template v-slot:footer v-if="!readOnly">
<el-switch
v-model="isCreateContinue"
:active-text="$t('test_track.case.save_create_continue')">
</el-switch>
<ms-dialog-footer v-if="!readOnly"
<ms-dialog-footer
@cancel="dialogFormVisible = false"
@confirm="saveCase"/>
</template>