This commit is contained in:
汪少伟
2025-03-21 10:38:50 +08:00
parent 125f781ac5
commit 78d93e1252
2 changed files with 32 additions and 0 deletions

View File

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

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');