From 552b56d5dab0e8247c2cdbec6772f97c1373aee5 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 15 Dec 2025 13:07:55 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F25-12-23#story#7473,=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=95=86=E7=B3=BB=E7=BB=9F=E3=80=81=E8=B0=83=E5=BA=A6APP?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=9C=8D=E5=8A=A1=E5=95=86=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/authentication-router.js | 8 + src/views/mine/personList.vue | 306 ++++++++++++++++++++++++++++ 2 files changed, 314 insertions(+) create mode 100644 src/views/mine/personList.vue diff --git a/src/router/authentication-router.js b/src/router/authentication-router.js index 25ed3f4c..88bf6db1 100644 --- a/src/router/authentication-router.js +++ b/src/router/authentication-router.js @@ -39,5 +39,13 @@ const authenticationRouter = [ title: '银行卡信息认证', } }, + { + path: '/personList', + name: 'personList', + component: () => import('@/views/mine/personList.vue'), + meta:{ + title: '人员信息', + } + }, ] export default authenticationRouter diff --git a/src/views/mine/personList.vue b/src/views/mine/personList.vue new file mode 100644 index 00000000..cee38c05 --- /dev/null +++ b/src/views/mine/personList.vue @@ -0,0 +1,306 @@ + + + + +