前端程序

This commit is contained in:
BBIT-Kai
2026-03-26 17:54:22 +08:00
parent 8592af3111
commit de256fb5e0
9 changed files with 538 additions and 172 deletions
@@ -17,7 +17,6 @@ import { Button, message, Modal } from 'ant-design-vue';
import { useVbenVxeGrid } from '#/adapter/vxe-table';
import { deleteLottery, getLotteryList } from '#/api';
import * as api from '#/api';
import VehicleAlertOverlay from '#/views/sentinel/record/VehicleAlertOverlay.vue';
import { useColumns } from './data';
import Form from './form.vue';
@@ -166,11 +165,6 @@ const resetAllItems = async () => {
</script>
<template>
<Page auto-content-height>
<VehicleAlertOverlay
:visible="alertState.visible"
:content="alertState.content"
@acknowledge="acknowledgeAlert"
/>
<FormDrawer @success="onRefresh" />
<Grid :table-title="设备列表">