买家端订单状态

This commit is contained in:
15386982806
2024-01-16 17:29:19 +08:00
parent 6e626f6e11
commit bf8afdc0f4
5 changed files with 86 additions and 44 deletions

View File

@@ -30,7 +30,7 @@ export const orderStatusList = [
status: 'TAKE'
},
{
name: '已取消',
name: '已关闭',
status: 'CANCELLED'
},
{