From b35926bbf1ffdeb193da601f20d6c7c70a3b6879 Mon Sep 17 00:00:00 2001 From: BabyBoy <2019108827@qq.com> Date: Thu, 11 Sep 2025 10:50:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E6=88=B7=E8=B4=A6=E5=8F=B7=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 2 + src/store/modules/user.ts | 6 ++- src/views/account/index.vue | 55 ++++--------------- src/views/agent/index.vue | 2 +- src/views/agentacount/index.vue | 88 +++++++++++++++++++++++++++++++ src/views/system/tenant/index.vue | 2 +- 6 files changed, 105 insertions(+), 50 deletions(-) create mode 100644 src/views/agentacount/index.vue diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 4e623c9..4ef7c00 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -68,12 +68,14 @@ --> + {{ userStore.name }}
+ - - -
- - - - - - - -
@@ -62,15 +42,14 @@ diff --git a/src/views/agent/index.vue b/src/views/agent/index.vue index 2c29182..8a751f6 100644 --- a/src/views/agent/index.vue +++ b/src/views/agent/index.vue @@ -594,7 +594,7 @@ const data = reactive>({ pageNum: 1, current: 1, size: 10, - type: 1, + type: 3, county: null, //区域 contactUserName: null, //负责人 contactPhone: null, //负责人电话 diff --git a/src/views/agentacount/index.vue b/src/views/agentacount/index.vue new file mode 100644 index 0000000..5256bb1 --- /dev/null +++ b/src/views/agentacount/index.vue @@ -0,0 +1,88 @@ + + + diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index bc04aa5..126ba69 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -854,7 +854,7 @@ const initFormData: TenantForm = { promoteList: '', //推广附件 related: '', //相关资质及附件 certificate: '', //身份证附件 - type: 0 + type: 2 }; const data = reactive>({