部分接口对接

This commit is contained in:
2025-07-27 15:52:39 +08:00
parent b82bf6ef8c
commit 97ad8a00dc
7 changed files with 276 additions and 88 deletions

View File

@@ -125,15 +125,15 @@
3: '已完成'
};
return statusMap[status] || '';
},
getStatusColor(status){
const statusMap = {
0: '待确认',
1: 'orange',
2: '已取消',
3: '已完成'
};
return statusMap[status] || '';
},
getStatusColor(status){
const statusMap = {
0: '待确认',
1: 'orange',
2: '已取消',
3: '已完成'
};
return statusMap[status] || '';
}
}
}