+
+
{{ $t('about.auth_to') }}
+
{{ license.corporation }}
+
+
+
ISV
+
{{ license.isv }}
+
+
+
{{ $t('about.expiration_time') }}
+
+ {{ license.expired }}
+
+
+
+
{{ $t('about.version') }}
+
+ {{
+ !license?.edition
+ ? $t('about.standard')
+ : license.edition === 'Embedded'
+ ? $t('about.Embedded')
+ : license.edition === 'Professional'
+ ? $t('about.Professional')
+ : $t('about.enterprise')
+ }}
+
+
+
+
{{ $t('about.version_num') }}
+
{{ build }}
+
+
+
{{ $t('about.serial_no') }}
+
{{ license.serialNo || '-' }}
+
+
+
{{ $t('about.remark') }}
+
{{ license.remark || '-' }}
+
+
+
+
+ {{ $t('about.update_license') }}
+
+
+
+