From 8a6384a2a7abc3ba75c4c5953eb9c204be7315f1 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 26 Sep 2025 14:02:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(memberPointInfo):=20=E4=BC=9A=E5=91=98?= =?UTF-8?q?=E7=82=B9=E4=BD=8D=E4=BF=A1=E6=81=AF=E5=8A=9F=E8=83=BD=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/archityecture.js | 9 + src/router/index.js | 16 + src/styles/index.scss | 4 + src/views/framework/architecture/azjg2.vue | 72 +---- src/views/framework/architecture/index.vue | 2 + .../information/memberPointInfo/index.vue | 286 ++++++++++++++++++ 6 files changed, 321 insertions(+), 68 deletions(-) create mode 100644 src/views/information/memberPointInfo/index.vue diff --git a/src/api/archityecture.js b/src/api/archityecture.js index c04e11c..c01b94d 100644 --- a/src/api/archityecture.js +++ b/src/api/archityecture.js @@ -78,3 +78,12 @@ export function getAzFramewrokNodeInfo(params) { params }) } + +// 会员点位列表查询 +export function getMemberPointList(params) { + return request({ + url: '/member/manager/member/member-point', + method: 'get', + params + }) +} diff --git a/src/router/index.js b/src/router/index.js index 0f9f65a..70382e3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -148,6 +148,22 @@ export const constantRoutes = [ ] }, + { + path: 'memberPointInfo', + name: 'MemberPointInfo', + meta: { title: '会员点位信息' }, + component: ParentView, + redirect: 'memberPointInfo/index', + children: [ + { + path: 'memberPointInfo', + name: 'MemberPointInfo', + component: () => import('@/views/information/memberPointInfo/index'), + meta: { title: '会员点位信息' } + } + + ] + }, { path: 'realInfo', name: 'RealInfo', diff --git a/src/styles/index.scss b/src/styles/index.scss index 260323c..a71ec8f 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -183,4 +183,8 @@ tbody { line-height: 36px; } } +.thebtn2 { + color: #ffffff !important; + background: #ffad41 !important; +} diff --git a/src/views/framework/architecture/azjg2.vue b/src/views/framework/architecture/azjg2.vue index d7a4ae9..3354e0c 100644 --- a/src/views/framework/architecture/azjg2.vue +++ b/src/views/framework/architecture/azjg2.vue @@ -179,7 +179,6 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> - {{ nodeInfoDialogVisible }} +
+ +
+ + + + + + + + + + + + + + + + + + + + +
+
+
+ 导出 +
+
+
+
+ + + + + + + + + + +
+
+ +
+ + + +