feat : 年度计划生成功能及分摊汇总导出功能
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user