From 06aa85caeefb503dc4a055222b3eb9b754bda6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98huanghaiixia=E2=80=99?= <980486410@.com> Date: Tue, 27 Jan 2026 17:49:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/ContractSales/components/createForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/contract/ContractSales/components/createForm.vue b/src/views/contract/ContractSales/components/createForm.vue index b1bd273..ff05373 100644 --- a/src/views/contract/ContractSales/components/createForm.vue +++ b/src/views/contract/ContractSales/components/createForm.vue @@ -274,7 +274,7 @@ { title: t('上载点'), dataIndex: 'pointUpName', width: 150}, { title: t('有效期开始'), dataIndex: 'dateFrom', width: 150}, { title: t('有效期结束'), dataIndex: 'dateTo', width: 150}, - { title: t('备注)'), dataIndex: 'note', width: 180} + { title: t('备注'), dataIndex: 'note', width: 180} ]) const columnsTrans = ref([ { title: t('序号'), dataIndex: 'index', key: 'index', customRender: (column) => `${column.index + 1}` ,width: 80}, @@ -286,7 +286,7 @@ { title: t('管输下载点'), dataIndex: 'pointDelyTransName', width: 150}, { title: t('有效期开始'), dataIndex: 'dateFrom', width: 150}, { title: t('有效期结束'), dataIndex: 'dateTo', width: 150}, - { title: t('备注)'), dataIndex: 'note', width: 180} + { title: t('备注'), dataIndex: 'note', width: 180} ]) const dataListContractAgree = ref([]) const dataFile = ref([]);