修改表头字段

This commit is contained in:
wangchengming 2025-12-15 22:57:46 +08:00
parent 9f83f25214
commit 67cea49c44

View File

@ -76,7 +76,7 @@ export const mediaListColumns = [
fixed: "left",
},
{
title: "数量",
title: "采购数量",
dataIndex: "accountNumber",
width: 160,
attrs: { min: 0 },
@ -382,7 +382,7 @@ export const SalesContractMediaColumns = [
required: true,
},
{
title: "媒体费",
title: "订单发布费",
dataIndex: "mediaFee",
width: 220,
align: "right",
@ -391,7 +391,7 @@ export const SalesContractMediaColumns = [
required: true,
},
{
title: "制作费",
title: "订单制作费",
dataIndex: "productFee",
width: 220,
align: "right",