|
@@ -265,8 +265,9 @@
|
|
<div class="title">
|
|
<div class="title">
|
|
起止日期:
|
|
起止日期:
|
|
</div>
|
|
</div>
|
|
- <div v-if="guiInfoCurKey?.endDate !== '' || guiInfoCurKey?.startDate !== ''" class="text">
|
|
|
|
- {{ `${splitDate(guiInfoCurKey?.startDate)}~${splitDate(guiInfoCurKey?.endDate)}` }}
|
|
|
|
|
|
+ <div v-if="guiInfoCurKey?.endDate !== null || guiInfoCurKey?.startDate !== null" class="text">
|
|
|
|
+ <div>{{ guiInfoCurKey?.startDate }}</div>
|
|
|
|
+ <div>{{ guiInfoCurKey?.endDate }}</div>
|
|
</div>
|
|
</div>
|
|
<div v-else class="text" />
|
|
<div v-else class="text" />
|
|
</div>
|
|
</div>
|