fix: some

This commit is contained in:
luo
2026-09-17 12:16:20 +08:00
parent 2308d82d0f
commit 76d4e4ec02
126 changed files with 11671 additions and 294 deletions

View File

@@ -47,6 +47,12 @@
border
size="large"
>
<!-- 关联手机号(通用) -->
<ElDescriptionsItem
label="关联手机号"
label-class-name="asset-label asset-label--associated-phones"
>{{ (cardInfo?.associated_phones || []).join('、') || '-' }}</ElDescriptionsItem
>
<!-- 卡专属字段 -->
<template v-if="cardInfo?.asset_type === 'card'">
<ElDescriptionsItem
@@ -698,6 +704,7 @@
}
interface AssetInfo {
associated_phones?: string[]
asset_id: number
asset_type: 'card' | 'device'
identifier: string