增加部分发货状态

This commit is contained in:
chc
2024-09-18 15:25:04 +08:00
parent 5227e0ae13
commit 10e8e82fe4
3 changed files with 15 additions and 1 deletions

View File

@@ -17,6 +17,10 @@ export const orderStatusList = [
name: '待发货',
status: 'UNDELIVERED'
},
{
name: '部分发货',
status: 'PARTS_DELIVERED'
},
{
name: '已发货',
status: 'DELIVERED'