This commit is contained in:
qiuyuan 2025-08-13 15:48:53 +08:00
parent 5d3f1b9c81
commit 510ea9232f

View File

@ -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';