西海岸:修复我的申请-能力上架名称不显示问题

This commit is contained in:
guoyue 2022-10-14 11:39:06 +08:00
parent 3d69aa5922
commit 4580df0182
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
</template> </template>
<div class="content-body-title"> <div class="content-body-title">
<span> <span>
名称{{ item.cameraList ? item.system : item.title }} 名称{{ item.cameraList ? item.system : (item.title || item.name) }}
</span> </span>
<div></div> <div></div>
</div> </div>