forked from github/dataease
Merge pull request #6467 from dataease/pr@dev-v2@perf_lic_version
perf: 社区版关于页面文案
This commit is contained in:
commit
9ed7d63113
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user