From 56e3af06d7c5ab7c435973036acad6f092e22f71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=89=AF=28004796=29?= Date: Thu, 4 Jan 2024 14:36:31 +0800 Subject: [PATCH] init --- src/constant/statusMap.js | 5 +++++ src/views/monitor/logininfor/index.vue | 23 ++++++++++++++++++++--- src/views/monitor/operlog/index.vue | 23 ++++++++++++++++++++--- 3 files changed, 45 insertions(+), 6 deletions(-) diff --git a/src/constant/statusMap.js b/src/constant/statusMap.js index c11fd52..ff2aa19 100644 --- a/src/constant/statusMap.js +++ b/src/constant/statusMap.js @@ -6,6 +6,11 @@ const arrToMap = arr => return res }, {}) +export const userTypeList = [ + { value: 'sys_user', label: '后台管理',listClass: listClass.primary}, + { value: 'app_user', label: 'APP用户',listClass: listClass.info}, +] + export const genderList = [ { value: 0, label: '未知', listClass: listClass.warning }, { value: 1, label: '女', listClass: listClass.danger }, diff --git a/src/views/monitor/logininfor/index.vue b/src/views/monitor/logininfor/index.vue index 8fe2e8e..7b8569c 100644 --- a/src/views/monitor/logininfor/index.vue +++ b/src/views/monitor/logininfor/index.vue @@ -1,6 +1,17 @@