fix: order
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m33s

This commit is contained in:
sexygoat
2026-04-30 10:39:51 +08:00
parent 1a4eb00440
commit 044c07fae6
10 changed files with 437 additions and 158 deletions

View File

@@ -178,7 +178,6 @@
<ElDivider content-position="left">已授权设备</ElDivider>
<ElTable :data="operationResult.authorized_devices" border max-height="200">
<ElTableColumn prop="virtual_no" label="设备号" width="180" />
<ElTableColumn prop="device_id" label="设备ID" width="100" />
<ElTableColumn label="绑定卡数">
<template #default="{ row }">
{{ row.card_count || 0 }}