方案数据&新增方案&新增/修改测试项页面

This commit is contained in:
zhujiyan
2024-06-13 20:21:25 +08:00
parent d76037e7b6
commit 730512468a
8 changed files with 1794 additions and 60 deletions

View File

@@ -0,0 +1,14 @@
export let color = [
'#07CCCA',
'#00BFF5',
'#FFBF00',
'#77DA63',
'#D5FF6B',
'#Ff6600',
'#FF9100',
'#5B6E96',
'#66FFCC',
'#B3B3B3'
]
export const gradeColor3 = ['#339966', '#FFCC33', '#CC0000']
export const gradeColor5 = ['#00CC00', '#99CC99', '#FF9900','#996600','#CC0000']