Commit 9a2a54be authored by 王苓芝's avatar 王苓芝

reason 枚举

parent 3dd83028
...@@ -33,6 +33,22 @@ const AuditModal = props => { ...@@ -33,6 +33,22 @@ const AuditModal = props => {
label: '影响二次销售', label: '影响二次销售',
value: 2, value: 2,
}, },
{
label: '未提供商品照片,需要上传照片',
value: 4,
},
{
label: '快递正在配送中',
value: 5,
},
{
label: '订单已经取消',
value: 6,
},
{
label: '商品已超过售后期',
value: 7,
},
{ {
label: '其他', label: '其他',
value: 3, value: 3,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment