diff --git a/components.d.ts b/components.d.ts index 0683e6ac..c4fb95f1 100644 --- a/components.d.ts +++ b/components.d.ts @@ -12,12 +12,16 @@ declare module 'vue' { AButton: typeof import('ant-design-vue/es')['Button'] ACascader: typeof import('ant-design-vue/es')['Cascader'] AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider'] + ADivider: typeof import('ant-design-vue/es')['Divider'] ADropdown: typeof import('ant-design-vue/es')['Dropdown'] AForm: typeof import('ant-design-vue/es')['Form'] AFormItem: typeof import('ant-design-vue/es')['FormItem'] AImage: typeof import('ant-design-vue/es')['Image'] AInput: typeof import('ant-design-vue/es')['Input'] AInputPassword: typeof import('ant-design-vue/es')['InputPassword'] + ALayout: typeof import('ant-design-vue/es')['Layout'] + ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent'] + ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider'] AMenu: typeof import('ant-design-vue/es')['Menu'] AMenuItem: typeof import('ant-design-vue/es')['MenuItem'] ASegmented: typeof import('ant-design-vue/es')['Segmented'] diff --git a/src/components/iconfont/IconFont.vue b/src/components/iconfont/IconFont.vue index d8d0a29e..f83b3a77 100644 --- a/src/components/iconfont/IconFont.vue +++ b/src/components/iconfont/IconFont.vue @@ -1,20 +1,17 @@ - + - \ No newline at end of file + diff --git a/src/views/page/offLineMap.vue b/src/views/page/offLineMap.vue index 4c1ca1cd..bfe6cab6 100644 --- a/src/views/page/offLineMap.vue +++ b/src/views/page/offLineMap.vue @@ -1,15 +1,8 @@ - - - - - - - - - - - + + + + 资源数量 全部 @@ -68,18 +61,37 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 系统数据 @@ -182,193 +194,10 @@ - - - - - - - - - - - - - - 视频点位: - - 暂无数据 - {{ item.title }} - - - - 安保点位: - - 暂无数据 - {{ item.title }} - - - - 文件列表: - - 暂无数据 - - - - - - - - - - - - - - 事件类型: - - {{ infoData.alarmCode }} - - - - 上报时间: - - {{ infoData.timestamp }} - - - - 上报地点: - - {{ infoData.address }} - - - - 上报来源: - - {{ infoData.alarmSource }} - - - - 核验状态: - - {{ totypecn(infoData.fakeState) }} - - - - 转发模式: - - {{ infoData.reportMode == '1' ? '自动转发' : infoData.reportMode == '2' ? '核验转发' : '' }} - - - - 描述信息: - - {{ infoData.description }} - - - - 设备类型: - - {{ infoData.deviceType }} - - - - 警报类型: - - {{ infoData.alarmCode }} - - - - - 联系人1: - - {{ infoData.user1Name }} - - - - 电话: - - {{ infoData.user1Phone }} - - - - - - 联系人2: - - {{ infoData.user2Name }} - - - - 电话: - - {{ infoData.user2Phone }} - - - - - - 联系人3: - - {{ infoData.user3Name }} - - - - 电话: - - {{ infoData.user3Phone }} - - - - - 处置状态: - - {{ infoData.state == 'new' ? '新事件' : infoData.state == 'processing' ? '处置中' : infoData.state == 'processed' ? '处置完成' : infoData.state == 'close' ? '关闭' : '' }} - - - - - - 处置 - - - 解锁 - - - - 锁定 - - - 关闭 - - - - - - - - {{ toCn(item.operation) }} - 时间:{{ item.timestamp }} - 操作者: {{ item.operatorType }} - - - - - - - - + + +
视频点位:
安保点位:
文件列表:
{{ toCn(item.operation) }}
时间:{{ item.timestamp }}
操作者: {{ item.operatorType }}