From e8a8fdd84efad6c5f095c2e9cb4feaa2e4cbec2a Mon Sep 17 00:00:00 2001 From: wbc <942429426@qq.com> Date: Tue, 1 Jul 2025 10:24:18 +0800 Subject: [PATCH] =?UTF-8?q?antd=E5=BC=95=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/station/device/index.vue | 134 +++++++++--------------- src/views/station/info/detailDrawer.vue | 122 +++++++++++++++++++++ src/views/station/info/index.vue | 114 +++++--------------- 3 files changed, 200 insertions(+), 170 deletions(-) create mode 100644 src/views/station/info/detailDrawer.vue diff --git a/src/views/station/device/index.vue b/src/views/station/device/index.vue index 12bd060..ca26ac0 100644 --- a/src/views/station/device/index.vue +++ b/src/views/station/device/index.vue @@ -1,69 +1,41 @@ - - - - - - - - 新增 - - - - - 编辑 - - 删除 - - - - - - - + + + 故障上报 + + + + 派遣 + 详情 + + + + + + diff --git a/src/views/station/info/detailDrawer.vue b/src/views/station/info/detailDrawer.vue new file mode 100644 index 0000000..3a000e5 --- /dev/null +++ b/src/views/station/info/detailDrawer.vue @@ -0,0 +1,122 @@ + + + + + + + 所属区域:{{ detail.area }} + + + + + 站点地址:{{ detail.station }} + + + + + 站点经度:{{ detail.longitude }} + + + + + 站点纬度:{{ detail.latitude }} + + + + + + 运维公司:{{ detail.ioCompany }} + + + + + 运维人员:{{ detail.ioPerson }} + + + + + 监理公司:{{ detail.superviseCompany }} + + + + + 状态:{{ detail.status }} + + + + + + + + + diff --git a/src/views/station/info/index.vue b/src/views/station/info/index.vue index 12bd060..d0ad9ab 100644 --- a/src/views/station/info/index.vue +++ b/src/views/station/info/index.vue @@ -1,69 +1,41 @@ - - - - - - - - 新增 - - - - - 编辑 - - 删除 - - - - - - - + 基本信息 + + + + 基本信息 + 核查情况 + + + +