refactor: 移除无用的 getStatusType 方法

This commit is contained in:
wkc
2026-02-27 16:52:57 +08:00
parent ca010277b4
commit 03554cf953

View File

@@ -190,15 +190,6 @@ export default {
}
},
methods: {
getStatusType(status) {
const statusMap = {
'0': 'primary', // 进行中
'1': 'success', // 已完成
'2': 'info' // 已归档
}
return statusMap[status] || 'info'
},
getStatusColor(status) {
const colorMap = {
'0': '#1890ff', // 进行中 - 蓝色