feat : 年度计划生成功能及分摊汇总导出功能

This commit is contained in:
2024-07-06 02:21:26 +08:00
parent fce1708f5c
commit 8180c248ac
11 changed files with 471 additions and 38 deletions

View File

@@ -82,6 +82,13 @@ const init = () => {
context: '审批进行中'
}
break
case '5':
timeline.value = {
color: '#f78f5f',
icon: 'MoreFilled',
context: '年度计划审批中'
}
break
case '2':
timeline.value = {
color: '#0bbd87',
@@ -103,6 +110,13 @@ const init = () => {
context: '审批通过'
}
break
case '6':
timeline.value = {
color: '#0bbd87',
icon: 'CircleCheckFilled',
context: '年度计划审批通过'
}
break
default:
break
}