fix(项目管理): 应用设置中修改接口定义url可重复不生效, 发现原来的编辑项目中设置是未开始状态
--bug=1008902 --user=王孝刚 【项目管理】-应用设置-修改接口定义url可重复不生效, 发现原来的编辑项目中设置是未开始状态 https://www.tapd.cn/55049933/s/1081527
This commit is contained in:
parent
ef0acc965a
commit
647fa1a2d6
|
@ -23,8 +23,8 @@
|
|||
</el-form-item>
|
||||
<el-divider v-if="this.isXpack"></el-divider>
|
||||
<el-form-item :label-width="labelWidth" :label="$t('project.test_case_custom_id_info')"
|
||||
prop="repeatable">
|
||||
<el-switch v-model="form.repeatable" style="margin-top:20px"></el-switch>
|
||||
prop="customNum">
|
||||
<el-switch v-model="form.customNum" style="margin-top:20px"></el-switch>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</fieldset>
|
||||
|
@ -42,8 +42,8 @@
|
|||
<fieldset>
|
||||
<el-form :model="form" ref="form" label-position="left" label-width="200px" size="small">
|
||||
<el-form-item :label-width="labelWidth" :label="$t('project.repeatable_info')"
|
||||
prop="customNum">
|
||||
<el-switch v-model="form.customNum" style="margin-top:20px"></el-switch>
|
||||
prop="repeatable">
|
||||
<el-switch v-model="form.repeatable" style="margin-top:20px"></el-switch>
|
||||
</el-form-item>
|
||||
<el-divider></el-divider>
|
||||
<el-form-item :label-width="labelWidth" :label="$t('project.scenario_custom_id_info')"
|
||||
|
|
Loading…
Reference in New Issue