|
|
@@ -26,10 +26,9 @@
|
|
|
<div class="g-form__footer inset">
|
|
|
<Button type="danger" round block @click="formRef?.submit()">发送验证码</Button>
|
|
|
</div>
|
|
|
+ <Calendar v-model:show="showCalendar" type="range" :max-date="moment().add(5, 'years').toDate()" :min-date="new Date()" @confirm="onConfirm" />
|
|
|
</template>
|
|
|
- <component ref="componentRef" :is="componentMap.get(componentId)"
|
|
|
- @closed="closeComponent" v-if="componentId" />
|
|
|
- <Calendar v-model:show="showCalendar" type="range" :max-date="moment().add(5, 'years').toDate()" :min-date="new Date()" @confirm="onConfirm" />
|
|
|
+ <component ref="componentRef" :is="componentMap.get(componentId)" @closed="closeComponent" v-if="componentId" />
|
|
|
</app-view>
|
|
|
</app-modal>
|
|
|
</template>
|