fix : 修复年度计划创建及状态
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user