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:
@@ -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'
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user