评估添加上一步
This commit is contained in:
@ -135,7 +135,7 @@
|
||||
<el-form-item class="margin-center">
|
||||
<!-- style="text-align: center; margin: 70px 0" -->
|
||||
<el-button type="warning" @click="backNext(1, false)"
|
||||
>返 回</el-button
|
||||
>上一步</el-button
|
||||
>
|
||||
<el-button type="warning" @click="backNext(3, true)"
|
||||
>下一步</el-button
|
||||
@ -152,7 +152,7 @@
|
||||
</p>
|
||||
<el-form-item class="margin-center">
|
||||
<el-button type="warning" @click="backNext(1, false)"
|
||||
>返 回</el-button
|
||||
>上一步</el-button
|
||||
>
|
||||
</el-form-item>
|
||||
</section>
|
||||
@ -245,6 +245,9 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="warning" @click="backNext(2, false)"
|
||||
>上一步</el-button
|
||||
>
|
||||
<el-button type="warning" @click="submitFormB('formB')"
|
||||
>提 交</el-button
|
||||
>
|
||||
@ -266,6 +269,9 @@
|
||||
{{ index + 1 }}、{{ item }}
|
||||
</p>
|
||||
<el-form-item style="text-align: center; margin: 70px 0">
|
||||
<el-button type="warning" @click="backNext(3, false)"
|
||||
>上一步</el-button
|
||||
>
|
||||
<el-button type="warning" @click="backNext(1, 0)"
|
||||
>重新评估</el-button
|
||||
>
|
||||
|
Reference in New Issue
Block a user