提交 ff9bbd9d 编写于 作者: C chenjianxing

fix 添加步骤顺序

上级 750f09d5
......@@ -99,6 +99,7 @@
<el-row style="margin-bottom: 10px">
<el-col :offset="2">{{$t('test_track.case.steps')}}:</el-col>
</el-row>
<el-row type="flex" justify="center">
<el-col :span="20">
<el-table
......@@ -297,7 +298,7 @@
step.num ++;
}
});
this.form.steps.push(step);
this.form.steps.splice(index + 1, 0, step);
},
handleDeleteStep(index, data) {
this.form.steps.splice(index, 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册