编辑用例去掉继续创建选项

This commit is contained in:
chenjianxing 2020-05-22 16:39:31 +08:00
parent 6ae916a191
commit 21d7beb82f
1 changed files with 3 additions and 3 deletions

View File

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