fix: 增加批次号
This commit is contained in:
parent
e95157e145
commit
3d85126907
|
@ -682,13 +682,6 @@ export default class orderList extends React.Component {
|
|||
}
|
||||
}
|
||||
|
||||
voucherBatchForEl(data) {
|
||||
console.log("data 1 =>", data)
|
||||
return data.channel_activity_id
|
||||
let el = data.map((item) => item.channel_activity_id)
|
||||
return el.join(" , ")
|
||||
}
|
||||
|
||||
//过滤表格枚举状态
|
||||
render() {
|
||||
const date = (
|
||||
|
@ -911,11 +904,6 @@ export default class orderList extends React.Component {
|
|||
</p>
|
||||
)
|
||||
}
|
||||
|
||||
if (com == "voucher_batch") {
|
||||
return <>{this.voucherBatchForEl(rowData)}</>
|
||||
}
|
||||
|
||||
if (com == "order_type") {
|
||||
return <span>虚拟</span>
|
||||
}
|
||||
|
|
|
@ -99,9 +99,9 @@ export const Column = [
|
|||
},
|
||||
{
|
||||
title: "批次号",
|
||||
prop: "voucher_batch",
|
||||
name: "voucher_batch",
|
||||
type: "slot"
|
||||
prop: "channel_activity_id",
|
||||
name: "channel_activity_id",
|
||||
type: "normal"
|
||||
},
|
||||
{
|
||||
title: "创建时间",
|
||||
|
@ -294,9 +294,9 @@ export const detailColumns = [
|
|||
},
|
||||
{
|
||||
title: "渠道立减金批次号",
|
||||
prop: "voucher_batch",
|
||||
name: "voucher_batch",
|
||||
type: "slot",
|
||||
prop: "channel_activity_id",
|
||||
name: "channel_activity_id",
|
||||
type: "normal",
|
||||
width: "150px"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue