From 67cea49c44a903a6bcd6f3f04791df4be7584fba Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 15 Dec 2025 22:57:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E5=A4=B4=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/detail/config/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/contract/detail/config/index.js b/src/views/contract/detail/config/index.js index 373befb..a592fa5 100644 --- a/src/views/contract/detail/config/index.js +++ b/src/views/contract/detail/config/index.js @@ -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",