Commit 6468c88a authored by 张子雨's avatar 张子雨

feat: 修改售后字段位置

parent 22604da2
......@@ -54,6 +54,12 @@ export default () => {
setSelectedRow(detailData);
};
const columns = [
{
title: '售后状态',
dataIndex: 'serviceStatus',
hideInSearch: true,
width: 100,
},
...columnSticData,
{
title: '售后凭证',
......@@ -75,12 +81,6 @@ export default () => {
return <div>未申诉</div>;
},
},
{
title: '售后状态',
dataIndex: 'serviceStatus',
hideInSearch: true,
width: 100,
},
{
title: '操作',
hideInSearch: true,
......
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