+
+
+
+ 🔍
+
+
+
+
+
+
+ {{ data.type === 'tenant' ? '🏢' : data.type === 'project' ? '📁' : '📄' }}
+ {{ data.label }}
+ {{ data.count }}
+ {{ data.status==='active'?'活跃':'草稿' }}
+
+
+
+
+
+
+
+
+
+
+
+
{{ s.value }}
+
{{ s.label }}
+
+
+
+
+
+
+
+ 🔍
+
+
+
+
+
+
+
+
+
+
+
+
+
+ | 许可证 ID | 租户 | 产品 | 类型 | 终端 | 宽限 | 状态 | 签发时间 | 操作 |
+
+
+
+ | {{ r.licenseId }} |
+ {{ r.tenantId }} |
+ {{ r.product }} |
+ {{ typeLabel(r.grantType) }} |
+ {{ r.maxDevices }} |
+ {{ r.offlineGraceDays }}天 |
+ {{ statusLabel(r.status) }} |
+ {{ r.issuedAt?.replace('T',' ').slice(0,16) }} |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 高级分析
+ 实时监控
+ API 导出
+ 多租户
+
+
+
+
+ 取消
+ 签发
+
+
+
+
+
+
+ {{ currentLicense.licenseId }}
+ {{ currentLicense.tenantId }}
+ {{ currentLicense.product }}
+ {{ typeLabel(currentLicense.grantType) }}
+ {{ currentLicense.maxDevices }}
+ {{ currentLicense.offlineGraceDays }} 天
+ {{ statusLabel(currentLicense.status) }}
+
+
+ 关闭
+ 吊销
+
+
+
+