fix : 修复年度计划创建及状态

This commit is contained in:
2024-07-17 21:20:48 +08:00
parent fb469d5139
commit 2dea264c51
4 changed files with 15 additions and 21 deletions

View File

@@ -89,7 +89,7 @@ const init = () => {
context: '审批进行中'
}
break
case '5':
case '4':
timeline.value = {
color: '#f78f5f',
icon: 'MoreFilled',
@@ -110,14 +110,7 @@ const init = () => {
context: '审核已驳回'
}
break
case '4':
timeline.value = {
color: '#0bbd87',
icon: 'CircleCheckFilled',
context: '审批通过'
}
break
case '6':
case '5':
timeline.value = {
color: '#0bbd87',
icon: 'CircleCheckFilled',