Commit 094df894 authored by 杨鑫's avatar 杨鑫

feat: 售后订单管理添加仅退款(发货中)字段

parent 3581b8d6
......@@ -257,6 +257,9 @@ export const getColumns = props => {
</span>
);
}
if (+serviceType === 4) {
return <span style={{ color: '#ff1616' }}> 仅退款(发货中)</span>;
}
return <span>退货退款</span>;
},
},
......
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