feat(DeviceSn): 添加设备组件并更新本地接口地址

This commit is contained in:
2026-07-30 17:13:38 +08:00
parent 1ff46bc33b
commit 742b32490f
22 changed files with 3767 additions and 2 deletions

View File

@@ -119,6 +119,10 @@ declare module 'vue' {
UserDeptTree: typeof import('./../src/views/system/user/components/UserDeptTree.vue')['default']
UserImportDialog: typeof import('./../src/views/system/user/components/UserImportDialog.vue')['default']
WangEditor: typeof import('./../src/components/WangEditor/index.vue')['default']
DevicePageContent: typeof import('./../src/components/DeviceSn/DevicePageContent.vue')['default']
DevicePageModal: typeof import('./../src/components/DeviceSn/DevicePageModal.vue')['default']
DevicePageSearch: typeof import('./../src/components/DeviceSn/DevicePageSearch.vue')['default']
DeviceSnDetail: typeof import('./../src/components/DeviceSn/DeviceSnDetail.vue')['default']
}
export interface GlobalDirectives {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']