forked from github/dataease
perf: 社区版关于页面文案
This commit is contained in:
parent
ebb06745eb
commit
efc0d24b6c
@ -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