ver 1.0.19
This commit is contained in:
@@ -385,7 +385,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-for="(row, index) in serverData" :key="index">
|
||||
<div v-for="(row, indexrow) in serverData" :key="indexrow">
|
||||
<div
|
||||
v-if="
|
||||
showType === costanti.SHOW_MYCARD ||
|
||||
@@ -395,19 +395,10 @@
|
||||
shared_consts.TABLES_VISU_CMYSRECCARD.includes(tablesel))
|
||||
"
|
||||
>
|
||||
<div v-if="row && shared_consts.TABLES_WITH_DATE.includes(tablesel)">
|
||||
<div
|
||||
v-if="
|
||||
actmonth !== tools.getstrMonth(row.dateTimeStart) ||
|
||||
!actmonth ||
|
||||
index === 0
|
||||
"
|
||||
>
|
||||
<span style="display: none">{{
|
||||
(actmonth = tools.getstrMonth(row.dateTimeStart))
|
||||
}}</span>
|
||||
<div class="">
|
||||
<div>
|
||||
<div v-if="row && withdate">
|
||||
<div v-if="setShowMonth(row, indexrow)">
|
||||
<div>
|
||||
<div v-if="row.dateTimeStart">
|
||||
<strong>{{ tools.getstrMonth(row.dateTimeStart) }}</strong>
|
||||
</div>
|
||||
<div>
|
||||
@@ -415,25 +406,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-if="
|
||||
false &&
|
||||
((row.dateTimeStart &&
|
||||
tools.getstrVeryShortDate(row.dateTimeStart) !== actual) ||
|
||||
index === 0)
|
||||
"
|
||||
class="actualdate"
|
||||
>
|
||||
<span style="display: none">{{
|
||||
(actual = tools.getstrVeryShortDate(row.dateTimeStart))
|
||||
}}</span>
|
||||
<q-chip
|
||||
class="text-center shadow-5 glossy bg-orange"
|
||||
icon="fas fa-calendar-day"
|
||||
>{{ tools.getstrDateLong(row.dateTimeStart) }}</q-chip
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<CMyRecGrpCard
|
||||
@@ -1126,7 +1098,7 @@
|
||||
</template>
|
||||
</q-table>
|
||||
|
||||
<q-page-sticky
|
||||
<!--<q-page-sticky
|
||||
v-if="mytable && butt_modif_new && !hidetitleIfEmpty"
|
||||
position="bottom-right"
|
||||
:offset="[18, 68]"
|
||||
@@ -1139,7 +1111,7 @@
|
||||
color="primary"
|
||||
@click="createNewRecordDialog"
|
||||
/>
|
||||
</q-page-sticky>
|
||||
</q-page-sticky>-->
|
||||
|
||||
<q-dialog
|
||||
v-model="visupagedialog"
|
||||
|
||||
Reference in New Issue
Block a user