Refactor project pages and update related docs

This commit is contained in:
wkc
2026-05-28 16:37:51 +08:00
parent 66d34c7ceb
commit 67f206be1b
40 changed files with 730 additions and 785 deletions

View File

@@ -176,7 +176,8 @@ export default {
'0': 'primary',
'1': 'success',
'2': 'info',
'3': 'warning'
'3': 'warning',
'4': 'danger'
}
return statusMap[status] || 'info'
},
@@ -185,7 +186,8 @@ export default {
'0': '进行中',
'1': '已完成',
'2': '已归档',
'3': '打标中'
'3': '打标中',
'4': '打标失败'
}
return statusMap[status] || '未知'
},