+
+
+ {{ appName }}
+ {{ appKey || '-' }}
+
+
+ {{ license?.isActive ? '正常' : '停用' }}
+
+
+ {{ license?.maxDevices ?? '-' }}
+ {{ license?.registeredDevices ?? devices.length }}
+
+ {{ license?.expiresAt ? formatDate(license.expiresAt) : '永久' }}
+
+
+
+
- 新增公司
下载 License 文件
刷新
-
-
-
-
-
+
+
+
+ {{ row.deviceName || '-' }}
+
+
- {{ row.expiresAt ? formatDate(row.expiresAt) : '永久' }}
+
+ {{ row.userName || row.userId || '-' }}
+ {{ row.userId }}
+
-
+
+
+
+ {{ row.userPhone || '-' }}
+ {{ row.userEmail }}
+
+
+
+
+
+
+ {{ [row.deviceVendor, row.deviceModel].filter(Boolean).join(' ') || '-' }}
+ {{ row.osVersion }}
+
+
+
+
+ {{ formatDate(row.registeredAt) }}
+
+
+ {{ row.lastVerifiedAt ? formatDate(row.lastVerifiedAt) : '-' }}
+
+
- {{ row.isActive ? '正常' : '停用' }}
+ {{ row.isActive ? '正常' : '吊销' }}
-
+
- 详情
- 编辑
- 删除
+ 吊销
+ 激活
-
-
-