Merge pull request #6467 from dataease/pr@dev-v2@perf_lic_version

perf: 社区版关于页面文案
This commit is contained in:
fit2cloud-chenyw 2023-11-01 11:59:14 +08:00 committed by GitHub
commit 9ed7d63113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ const update = (licKey: string) => {
<div class="item">
<div class="label">{{ $t('about.version') }}</div>
<div class="value">
{{ license.edition === 'Standard' ? $t('about.standard') : $t('about.enterprise') }}
{{ !license?.edition ? $t('about.standard') : $t('about.enterprise') }}
</div>
</div>
<div class="item">