修改表头字段
This commit is contained in:
parent
9f83f25214
commit
67cea49c44
|
|
@ -76,7 +76,7 @@ export const mediaListColumns = [
|
||||||
fixed: "left",
|
fixed: "left",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "数量",
|
title: "采购数量",
|
||||||
dataIndex: "accountNumber",
|
dataIndex: "accountNumber",
|
||||||
width: 160,
|
width: 160,
|
||||||
attrs: { min: 0 },
|
attrs: { min: 0 },
|
||||||
|
|
@ -382,7 +382,7 @@ export const SalesContractMediaColumns = [
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "媒体费",
|
title: "订单发布费",
|
||||||
dataIndex: "mediaFee",
|
dataIndex: "mediaFee",
|
||||||
width: 220,
|
width: 220,
|
||||||
align: "right",
|
align: "right",
|
||||||
|
|
@ -391,7 +391,7 @@ export const SalesContractMediaColumns = [
|
||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "制作费",
|
title: "订单制作费",
|
||||||
dataIndex: "productFee",
|
dataIndex: "productFee",
|
||||||
width: 220,
|
width: 220,
|
||||||
align: "right",
|
align: "right",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user