1
This commit is contained in:
parent
5d3f1b9c81
commit
510ea9232f
@ -167,7 +167,8 @@
|
||||
2: '进行中',
|
||||
3: '已完成',
|
||||
1: '待审核',
|
||||
98:'已撤回'
|
||||
98:'已撤回',
|
||||
99:'已驳回'
|
||||
};
|
||||
return statusMap[status] || '未知状态';
|
||||
},
|
||||
@ -178,6 +179,7 @@
|
||||
1: 'warning',
|
||||
2: 'success',
|
||||
3: 'success',
|
||||
99:'error',
|
||||
98:'error'
|
||||
};
|
||||
return typeMap[status] || 'info';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user