From e808a517a09c9203190ac6d03f11fe3cf41f3516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=89=AF=28004796=29?= Date: Mon, 22 Jan 2024 15:34:22 +0800 Subject: [PATCH] init --- src/constant/statusMap.js | 10 ++ src/views/cai/userErrorLog/index.vue | 194 ++++++++------------------- 2 files changed, 69 insertions(+), 135 deletions(-) diff --git a/src/constant/statusMap.js b/src/constant/statusMap.js index 3c63bba..b7d86e7 100644 --- a/src/constant/statusMap.js +++ b/src/constant/statusMap.js @@ -252,3 +252,13 @@ export const smsTypeList = [ { value: 'REGISTER', label: '注册短信'}, { value: 'RESET_PASSWORD', label: '充值密码'}, ] + +export const userErrorLogTypeList = [ + { value: 1, label: '截屏',listClass: listClass.warning}, + { value: 2, label: '录屏',listClass: listClass.danger}, +] + +export const userErrorLogHomeIndexList = [ + { value: 'video', label: '直播期间',listClass: listClass.danger}, + { value: 'other', label: '其他',listClass: listClass.success}, +] diff --git a/src/views/cai/userErrorLog/index.vue b/src/views/cai/userErrorLog/index.vue index 1258f2a..a33e025 100644 --- a/src/views/cai/userErrorLog/index.vue +++ b/src/views/cai/userErrorLog/index.vue @@ -1,98 +1,75 @@