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 @@