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([]);