复机实名校验提示适配
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m41s

This commit is contained in:
luo
2026-07-21 14:30:30 +08:00
parent 6febc66eca
commit 47a2d88c9d
8 changed files with 172 additions and 6 deletions

View File

@@ -469,6 +469,14 @@
</template>
<!-- IoT卡操作按钮 -->
<ElAlert
v-if="startErrorMessage"
:title="startErrorMessage"
type="error"
:closable="false"
show-icon
style="margin-top: 16px"
/>
<div
v-if="cardInfo?.asset_type === 'card'"
class="card-operations"
@@ -558,6 +566,7 @@
ElTable,
ElTableColumn,
ElButton,
ElAlert,
ElEmpty,
ElMessageBox,
ElMessage
@@ -670,6 +679,7 @@
pollingEnabled: boolean
realtimeLoading?: boolean
startDisabled?: boolean
startErrorMessage?: string
stopDisabled?: boolean
startRemainingText?: string
stopRemainingText?: string
@@ -682,6 +692,7 @@
const props = withDefaults(defineProps<Props>(), {
realtimeLoading: false,
startDisabled: false,
startErrorMessage: '',
stopDisabled: false,
startRemainingText: '',
stopRemainingText: ''