Commit 3bd3c6d1 authored by 杨鑫's avatar 杨鑫

feat: 回归测试

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