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

feat: 修改售后字段位置

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