mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
Merge pull request #7025 from dataease/dev-v2@perf_about_page
fix: 关于页面备注为空显示效果
This commit is contained in:
@@ -171,11 +171,11 @@ const update = (licKey: string) => {
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="label">{{ $t('about.serial_no') }}</div>
|
||||
<div class="value">{{ license.serialNo }}</div>
|
||||
<div class="value">{{ license.serialNo || '-' }}</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="label">{{ $t('about.remark') }}</div>
|
||||
<div class="value ellipsis">{{ license.remark }}</div>
|
||||
<div class="value ellipsis">{{ license.remark || '-' }}</div>
|
||||
</div>
|
||||
|
||||
<div v-if="isAdmin" style="margin-top: 24px" class="lic_rooter">
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: e4fa695a7d...0352814e63
Reference in New Issue
Block a user