From bfecba80db1738c0cde2051a6099b21b6e2e4bd7 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 3 Aug 2022 14:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BC=80=E5=8F=91=E3=80=91=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/router.config.js | 16 + src/views/companyUserList/CompanyUserList.vue | 122 +++++++ .../modules/CompanyUserModal.vue | 332 ++++++++++++++++++ 3 files changed, 470 insertions(+) create mode 100644 src/views/companyUserList/CompanyUserList.vue create mode 100644 src/views/companyUserList/modules/CompanyUserModal.vue diff --git a/src/config/router.config.js b/src/config/router.config.js index 1061392..ca77bba 100644 --- a/src/config/router.config.js +++ b/src/config/router.config.js @@ -382,6 +382,7 @@ export const routerData = [ id: '8' }, + // { // redirect: null, // path: '/dataDownload/DataDownload', @@ -502,4 +503,19 @@ export const routerData = [ name: 'problem-collection-detail-list', id: '15' }, + + { + redirect: null, + path: '/companyUserList/CompanyUserList', + component: 'companyUserList/CompanyUserList', + route: '1', + meta: { + icon: 'team', // 菜单前图标 + componentName: 'CompanyUserList', + keepAlive: false, + title: '人员信息' // 菜单名称 + }, + name: 'company-user-list', + id: '16' + }, ] diff --git a/src/views/companyUserList/CompanyUserList.vue b/src/views/companyUserList/CompanyUserList.vue new file mode 100644 index 0000000..b1ef1b6 --- /dev/null +++ b/src/views/companyUserList/CompanyUserList.vue @@ -0,0 +1,122 @@ + + + \ No newline at end of file diff --git a/src/views/companyUserList/modules/CompanyUserModal.vue b/src/views/companyUserList/modules/CompanyUserModal.vue new file mode 100644 index 0000000..c9e4c10 --- /dev/null +++ b/src/views/companyUserList/modules/CompanyUserModal.vue @@ -0,0 +1,332 @@ + + + + +