merge wsw into master

Merge branch 'master' of https://gitcode.com/hk_openRepo/OpenRepo_Portal into wsw

Created-by: yfzmpj
Commit-by: 汪少伟
Merged-by: yfzmpj
Description: fix: bug
Merge branch 'master' of https://gitcode.com/hk_openRepo/OpenRepo_Portal into wsw

See merge request: hk_openRepo/OpenRepo_Portal!64
This commit is contained in:
yfzmpj
2025-03-21 10:39:56 +08:00
2 changed files with 32 additions and 0 deletions

View File

@@ -147,6 +147,22 @@ const { isLogin } = useDiscussGetUserInfo();
const homeSearch = ref(null);
const dropdownWidth = ref(0);
const tagMap = {
Critical: {
text: '致命',
color: '#c7000b'
},
High: {
text: '高',
color: '#f66f6a'
},
Medium: {
text: '中',
color: '#fac20a'
},
Low: {
text: '低',
color: '#5e7ce0'
},
Critical: {
text: '致命',
color: '#c7000b'

View File

@@ -78,6 +78,22 @@ const tagMap = {
low: {
text: '低',
color: '#5e7ce0'
},
Critical: {
text: '致命',
color: '#c7000b'
},
High: {
text: '高',
color: '#f66f6a'
},
Medium: {
text: '中',
color: '#fac20a'
},
Low: {
text: '低',
color: '#5e7ce0'
}
};
const mode = ref('readonly');