Commit 6dcd0db6 authored by FE-安焕焕's avatar FE-安焕焕 👣

修改售后字段

parent b78783f7
......@@ -18,7 +18,7 @@ export default props => {
},
{
title: '商品件数',
dataIndex: 'quantity',
dataIndex: 'count',
},
];
return (
......
......@@ -3,7 +3,7 @@ import React from 'react';
export const refuseReasonEnum = {
0: { text: '待操作' },
1: { text: '确认' },
1: { text: '同意' },
2: { text: '已拒绝' },
};
......
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