fix: 功能优化,新增数据查询、设备属性、报警设置3个按钮及对应功能修改。

This commit is contained in:
tianyongbao
2026-01-19 18:27:12 +08:00
parent 3740e7fe52
commit 4e4243d5e2
6 changed files with 782 additions and 36 deletions

1
components.d.ts vendored
View File

@@ -9,6 +9,7 @@ declare module 'vue' {
export interface GlobalComponents {
ChartFullscreen: typeof import('./src/components/other/chartFullscreen.vue')['default']
CustomNavigationBar: typeof import('./src/components/custom-navigation-bar/index.vue')['default']
DataQuery: typeof import('./src/components/other/dataQuery.vue')['default']
Fish: typeof import('./src/components/other/fish.vue')['default']
NutBadge: typeof import('@nutui/nutui-taro')['Badge']
NutButton: typeof import('@nutui/nutui-taro')['Button']