|
|
@@ -139,7 +139,7 @@ Page 'Mon abonnement'
|
|
|
<PagesSubscriptionCard
|
|
|
class="artistCard"
|
|
|
title="Logiciel Artist Premium*"
|
|
|
- :extraHeader="organizationProfile.isArtistPremiumProduct ? 'Votre version' : '1 mois d\'essai offert'"
|
|
|
+ :extraHeader="organizationProfile.isArtistPremiumProduct ? (organizationProfile.isTrialActive ? `Version en cours d'essai J-${organizationProfile.trialCountDown}` : 'Votre version') : '1 mois d\'essai offert'"
|
|
|
color="artist"
|
|
|
:list="listCheck.artistPremium"
|
|
|
>
|
|
|
@@ -166,15 +166,7 @@ Page 'Mon abonnement'
|
|
|
Souscrire à l'offre <i class="fa-solid fa-greater-than small"></i>
|
|
|
</v-btn>
|
|
|
</v-col>
|
|
|
- <v-col cols="12" v-if="!organizationProfile.isArtistPremiumProduct" >
|
|
|
- <v-btn
|
|
|
- class="theme-artist btn"
|
|
|
- href="https://logiciels.opentalent.fr/opentalent-artist"
|
|
|
- target="_blank"
|
|
|
- >
|
|
|
- En savoir plus <i class="fa-solid fa-greater-than small"></i>
|
|
|
- </v-btn>
|
|
|
- </v-col>
|
|
|
+
|
|
|
<v-col cols="12" v-if="organizationProfile.isTrialActive && (accessProfileStore.isAdmin || accessProfileStore.isCaMember)">
|
|
|
<v-btn
|
|
|
class="stop_btn"
|
|
|
@@ -363,6 +355,7 @@ const listCheck: Record<string, Array<string>> = {
|
|
|
'1Go de stockage',
|
|
|
'150 comptes utilisateurs',
|
|
|
'Gestion de la structure',
|
|
|
+ 'Module de communication',
|
|
|
'Site internet illimité',
|
|
|
'Options disponibles',
|
|
|
],
|
|
|
@@ -549,4 +542,8 @@ const downloadDolibarrBill = (ref: string): void => {
|
|
|
.stop_btn{
|
|
|
color: rgb(var(--v-theme-danger));
|
|
|
}
|
|
|
+
|
|
|
+.plus_btn{
|
|
|
+ color: rgb(var(--v-theme-on-neutral));
|
|
|
+}
|
|
|
</style>
|