fix: date dependency — V2 om/oo support, bug fixes, full test matrix

This commit is contained in:
DarkPhoenix2704
2026-03-24 10:45:21 +00:00
parent 47c2f4e598
commit df7b570bd9
2 changed files with 7 additions and 2 deletions

View File

@@ -701,7 +701,11 @@ const enabledOptions = computed(() => {
<div v-e="['c:table:date-dependency']" class="flex gap-2 items-center w-full">
<GeneralIcon icon="ncCalendar" class="opacity-80" />
<div class="flex-1">{{ $t('labels.dateDependency.title') }}</div>
<LazyPaymentUpgradeBadge :feature="PlanFeatureTypes.FEATURE_DATE_DEPENDENCY" />
<LazyPaymentUpgradeBadge
:feature="PlanFeatureTypes.FEATURE_DATE_DEPENDENCY"
:title="$t('upgrade.upgradeToUseDateDependency')"
:content="$t('upgrade.upgradeToUseDateDependencySubtitle')"
/>
</div>
</NcMenuItem>
</template>