|
|
@ -451,6 +451,7 @@ |
|
|
|
<bottom-button-two :type="type" v-else-if="active === 2" :secondText="isEditStep2?'取消':'更改'" |
|
|
|
<bottom-button-two :type="type" v-else-if="active === 2" :secondText="isEditStep2?'取消':'更改'" |
|
|
|
@second="isEditStep2 = !isEditStep2" @first="active = 1" @last="active = 3" /> |
|
|
|
@second="isEditStep2 = !isEditStep2" @first="active = 1" @last="active = 3" /> |
|
|
|
--> |
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
|
<bottom-button :type="type" v-else-if="active === 2" :secondText="isEditStep2?'取消':'更改'" |
|
|
|
<bottom-button :type="type" v-else-if="active === 2" :secondText="isEditStep2?'取消':'更改'" |
|
|
|
@second="isEditStep2 = !isEditStep2" @first="active = 1" @last="active = 3" /> |
|
|
|
@second="isEditStep2 = !isEditStep2" @first="active = 1" @last="active = 3" /> |
|
|
|
<bottom-button isSubmit :type="type" v-else-if="active === 3" :secondText="'暂存'" @first="active = 2" |
|
|
|
<bottom-button isSubmit :type="type" v-else-if="active === 3" :secondText="'暂存'" @first="active = 2" |
|
|
|