编辑用例去掉继续创建选项
This commit is contained in:
parent
6ae916a191
commit
21d7beb82f
|
@ -175,12 +175,12 @@
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
||||||
<template v-slot:footer v-if="!readOnly">
|
<template v-slot:footer>
|
||||||
<el-switch
|
<el-switch v-if="operationType == 'add'"
|
||||||
v-model="isCreateContinue"
|
v-model="isCreateContinue"
|
||||||
:active-text="$t('test_track.case.save_create_continue')">
|
:active-text="$t('test_track.case.save_create_continue')">
|
||||||
</el-switch>
|
</el-switch>
|
||||||
<ms-dialog-footer
|
<ms-dialog-footer v-if="!readOnly"
|
||||||
@cancel="dialogFormVisible = false"
|
@cancel="dialogFormVisible = false"
|
||||||
@confirm="saveCase"/>
|
@confirm="saveCase"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue