style:调整订单管理操作栏位置
This commit is contained in:
parent
5318ba9210
commit
55b65d77e8
|
@ -125,6 +125,13 @@ const Column = [
|
||||||
type: "slot",
|
type: "slot",
|
||||||
width: "80px"
|
width: "80px"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "操作",
|
||||||
|
prop: "opearo",
|
||||||
|
name: "opearo",
|
||||||
|
type: "slot",
|
||||||
|
width: "140px"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "平台批次号",
|
title: "平台批次号",
|
||||||
name: "channel_activity_id",
|
name: "channel_activity_id",
|
||||||
|
@ -180,13 +187,6 @@ const Column = [
|
||||||
prop: "key",
|
prop: "key",
|
||||||
width: "140px",
|
width: "140px",
|
||||||
type: "normal"
|
type: "normal"
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "操作",
|
|
||||||
prop: "opearo",
|
|
||||||
name: "opearo",
|
|
||||||
type: "slot",
|
|
||||||
width: "140px"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue