From d781bff12abb075ba3f3cdbbe8a4b0be00eb3e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AE=8F=E6=9D=B0?= <1943105267@qq.com> Date: Tue, 23 Jul 2024 15:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=AD=A6=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NavigationBar/warningCentre.vue | 575 +++++++++++++++++- 1 file changed, 572 insertions(+), 3 deletions(-) diff --git a/src/components/NavigationBar/warningCentre.vue b/src/components/NavigationBar/warningCentre.vue index d6115ee..dd284c8 100644 --- a/src/components/NavigationBar/warningCentre.vue +++ b/src/components/NavigationBar/warningCentre.vue @@ -1,9 +1,578 @@ - 预警 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 全部 + 3个月 + 半年 + + 搜索 + 重置 + 导出 + + + + + + + + 搜索结果列表 + 共{{ total }}条数据 + + + + 序号 + 所属网格 + 楼幢号 + 户名称 + 姓名 + 证件号 + 手机号 + 分色 + 未更新天数 + + + + {{ index + 1 }} + {{ item.parentname }} + + {{ item.deptname }}{{ item.buildingname }} + + {{ item.housename }} + + {{ item.pname }} + + {{ item.credentialNo }} + {{ item.phone }} + + + {{ item.color }} + + {{ item.daycount }}天 + + + + + - +