This commit is contained in:
Leo_Ding 2025-09-15 18:55:57 +08:00
commit e0579b82ab
2 changed files with 7 additions and 3 deletions

View File

@ -48,11 +48,11 @@
this.warnMsg = obj.warnMsg this.warnMsg = obj.warnMsg
this.docList = [{ this.docList = [{
name: obj.applyPdfName, name: obj.applyPdfName,
url: BASE_URL + obj.covenantPdf url: BASE_URL + obj.applyPdf
}, },
{ {
name: obj.covenantPdfName, name: obj.covenantPdfName,
url: BASE_URL + obj.applyPdf url: BASE_URL + obj.covenantPdf
}, },
] ]
}, },

View File

@ -198,7 +198,11 @@
<!-- 日历组件 --> <!-- 日历组件 -->
<u-calendar :key="calendarKey" :show="showCalendar" mode="single" :min-date="minDate" :max-date="maxDate" <u-calendar
:key="calendarKey"
:show="showCalendar"
mode="single" :min-date="minDate"
:max-date="maxDate"
@confirm="handleDateConfirm" @close="showCalendar = false" :mask-close-able="true"></u-calendar> @confirm="handleDateConfirm" @close="showCalendar = false" :mask-close-able="true"></u-calendar>
<!-- 时间选择器 --> <!-- 时间选择器 -->