mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
perf: 社区版关于页面文案
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user